Package nl.jqno.equalsverifier
Interface Func.Func2<A,B,T>
- Type Parameters:
A- The type ofT's first generic parameter.B- The type ofT's second generic parameter.T- The type of prefab value.
- All Superinterfaces:
Func<T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Functional interface for generating prefab values of a generic type
T that has
exactly 2 generic parameters, A and B.
Values of Func.Func2 and B will be supplied in the supply(Object, Object) method.
-
Nested Class Summary
Nested classes/interfaces inherited from interface nl.jqno.equalsverifier.Func
Func.Func1<A,T>, Func.Func2<A, B, T> -
Method Summary