Interface Rule<T,K,RRC>

All Superinterfaces:
Function<Function<T,K>,Function<Iterable<T>,reactor.core.publisher.Mono<Map<K,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 interface Rule<T,K,RRC> extends Function<Function<T,K>,Function<Iterable<T>,reactor.core.publisher.Mono<Map<K,RRC>>>>