- All Superinterfaces:
io.github.pellse.util.function.checked.CheckedFunction1<java.lang.Iterable<ID>,org.reactivestreams.Publisher<java.util.Map<ID,R>>,EX>
, java.util.function.Function<java.lang.Iterable<ID>,org.reactivestreams.Publisher<java.util.Map<ID,R>>>
- 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 Mapper<ID,R,EX extends java.lang.Throwable>
extends io.github.pellse.util.function.checked.CheckedFunction1<java.lang.Iterable<ID>,org.reactivestreams.Publisher<java.util.Map<ID,R>>,EX>