Interface MapoidFormatter<D,R>

All Superinterfaces:
Function<Map.Entry<D,R>,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 MapoidFormatter<D,R> extends Function<Map.Entry<D,R>,Format>
Used for creating a collection of formats from a collection of map entries, 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 "Map.Entry<D,R>".