Interface Cache.FetchFunction<ID,RRC>

All Superinterfaces:
Function<Iterable<? extends ID>,reactor.core.publisher.Mono<Map<ID,RRC>>>
Enclosing interface:
Cache<ID,RRC>
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 static interface Cache.FetchFunction<ID,RRC> extends Function<Iterable<? extends ID>,reactor.core.publisher.Mono<Map<ID,RRC>>>
  • Method Summary

    Modifier and Type
    Method
    Description
    default reactor.core.publisher.Mono<Map<ID,RRC>>
    apply(Iterable<? extends ID> ids, reactor.core.scheduler.Scheduler scheduler)
     

    Methods inherited from interface java.util.function.Function

    andThen, apply, compose
  • Method Details

    • apply

      default reactor.core.publisher.Mono<Map<ID,RRC>> apply(Iterable<? extends ID> ids, reactor.core.scheduler.Scheduler scheduler)