Interface ValueCreateHandle<T>
- Type Parameters:
T
- The value type.
A handle enabling the creation of a value from an array of arguments:
Java class constructor, ...
-
Method Summary
-
Method Details
-
create
-
apply
-
equals
- Overrides:
equals
in classObject
- Returns:
true
ifobj
is aValueCreateHandle
referencing the exact same value accessor: same API (java.lang.invoke or java.lang.reflect), same element (same field or method), ...
-
hashCode
int hashCode()
-