Interface MapperBuilder<ID,R,RC>

All Superinterfaces:
Function<Function<R,ID>,Mapper<ID,RC>>
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 MapperBuilder<ID,R,RC> extends Function<Function<R,ID>,Mapper<ID,RC>>