Interface QueryType.TwoParam<T1,T2>

Type Parameters:
T1 - The first parameter type for the query
T2 - The second parameter type for the query
All Superinterfaces:
DefaultedRegistryValue, QueryType
Enclosing interface:
QueryType

public static interface QueryType.TwoParam<T1,T2> extends QueryType
A type of query that requires two parameters.
  • Method Details

    • of

      Query of(T1 param1, T2 param2)
      Returns the query for given parameters.
      Parameters:
      param1 - The first parameter
      param2 - The second parameter
      Returns:
      The new query