Interface MapoidFormatter<D,R>
- 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 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>
".-
Method Summary