Interface Mapper<ID,​R,​EX extends java.lang.Throwable>

  • 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>
    • Method Summary

      • Methods inherited from interface io.github.pellse.util.function.checked.CheckedFunction1

        andThen, apply, checkedApply, compose, toOptional
      • Methods inherited from interface java.util.function.Function

        andThen, compose