Interface Rule<ID,RRC>

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