Package nl.jqno.equalsverifier
Interface Func<T>
- Type Parameters:
T- The type of prefab value.
- All Known Subinterfaces:
Func.Func1<A,,T> Func.Func2<A,B, 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 some generic type
T.
For each generic type parameter for T, a value of that type will be supplied in the
List parameter of apply(List).
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceFunc.Func1<A,T> Functional interface for generating prefab values of a generic typeTthat has exactly 1 generic parameterA.static interfaceFunc.Func2<A,B, T> Functional interface for generating prefab values of a generic typeTthat has exactly 2 generic parameters,AandB. -
Method Summary
-
Method Details
-
apply
-