Interface Cache.FetchFunction<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
-
Method Details
-
apply
-