Interface ListoidFormatter<T>

All Superinterfaces:
Function<T,Format>
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 ListoidFormatter<T> extends Function<T,Format>
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".