Package nl.jqno.equalsverifier
Interface Func.Func1<A,T>
- Type Parameters:
A- The type ofT's 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 1 generic parameter A.
A value of Func.Func1 will be supplied in the supply(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