Interface EntryTransformer<T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> EntryTransformer<T> identity()Returns an identity transformer that returns the given entry as is.Transforms the specifiedEntry.
-
Method Details
-
identity
Returns an identity transformer that returns the given entry as is. -
transform
-