Interface SelectorFunction<T,U>
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface SelectorFunction<T,U>Much like a standardFunction. It exposes the single method using "of" for better legibility in some conditions.- See Also:
Function
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Uof(T compound)
-