Interface ToShortFunction<T>
- Type Parameters:
T- the object type that this function applies to
- 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 to apply an operation to an object and produce a
short.-
Method Summary
Modifier and TypeMethodDescriptionshortapplyAsShort(T value) Applies this function to the given argument of typeToShortFunction.
-
Method Details
-
applyAsShort
Applies this function to the given argument of typeToShortFunction.- Parameters:
value- the argument to the function- Returns:
- the short result
-