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 TypeMethodDescriptionvoid
IdentityProcessorVerification.optionalMultipleSubscribersTest
(long requiredSubscribersSupport, Function<Long, IdentityProcessorVerification<T>.TestSetup> body) Test for feature that REQUIRES multiple subscribers to be supported by Publisher.void
PublisherVerification.stochasticTest
(int n, Function<Integer, Void> body) Executes a given test bodyn
times. -
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)