@Runtime @FunctionalInterface public interface ListoidFormatter<T> extends Function<T,Format>
Function.apply(Object)
, a sequence of
formats can be constructed by
mapping
such an object over a collection of "T".see also the complete user documentation .