Uses of Interface
org.reactivestreams.tck.flow.support.Function
Packages that use Function
-
Uses of Function in org.reactivestreams.tck
Methods in org.reactivestreams.tck with parameters of type FunctionModifier and TypeMethodDescriptionvoidIdentityProcessorVerification.optionalMultipleSubscribersTest(long requiredSubscribersSupport, Function<Long, IdentityProcessorVerification<T>.TestSetup> body) Test for feature that REQUIRES multiple subscribers to be supported by Publisher.voidPublisherVerification.stochasticTest(int n, Function<Integer, Void> body) Executes a given test bodyntimes. -
Uses of Function in org.reactivestreams.tck.flow.support
Constructors in org.reactivestreams.tck.flow.support with parameters of type FunctionModifierConstructorDescriptionHelperPublisher(int from, int to, Function<Integer, T> create, Executor executor) InfiniteHelperPublisher(Function<Integer, T> create, Executor executor)