Interface ISplitter<SRCTYPE,DSTTYPE>

Type Parameters:
SRCTYPE - The input type.
DSTTYPE - The output type.
All Superinterfaces:
Function<SRCTYPE,ICommonsList<DSTTYPE>>
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 ISplitter<SRCTYPE,DSTTYPE> extends Function<SRCTYPE,ICommonsList<DSTTYPE>>
Splits an input object to a list of output objects (change 1 to n).
Since:
9.0.0
Author:
Philip Helger