Package sonia.scm
Interface TransformFilter<T,R>
- Type Parameters:
T
- type of objects to transformR
- result type of the transformation
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Util class to transform multiple objects.
-
Method Summary
-
Method Details
-
accept
Transform the given object.- Parameters:
item
-- Returns:
- transformed object
-