Interface QueryCache<ID,R>

All Superinterfaces:
BiFunction<Iterable<ID>,Mapper<ID,R>,reactor.core.publisher.Mono<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 QueryCache<ID,R> extends BiFunction<Iterable<ID>,Mapper<ID,R>,reactor.core.publisher.Mono<Map<ID,R>>>