Interface ListoidFormatter<T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Used for creating a collection of formats from a collection
of things, writing an expression in a pure functional style.
When implementing the method
Function.apply(Object)
, a sequence of
formats can be constructed by
mapping
such an object over a collection of "T".-
Method Summary