Uses of Interface
org.reactivestreams.tck.flow.support.Function
-
Packages that use Function Package Description org.reactivestreams.tck org.reactivestreams.tck.flow.support -
-
Uses of Function in org.reactivestreams.tck
Methods in org.reactivestreams.tck with parameters of type Function Modifier and Type Method Description voidIdentityProcessorVerification. optionalMultipleSubscribersTest(long requiredSubscribersSupport, Function<java.lang.Long,IdentityProcessorVerification.TestSetup> body)Test for feature that REQUIRES multiple subscribers to be supported by Publisher.voidPublisherVerification. stochasticTest(int n, Function<java.lang.Integer,java.lang.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 Function Constructor Description HelperPublisher(int from, int to, Function<java.lang.Integer,T> create, java.util.concurrent.Executor executor)InfiniteHelperPublisher(Function<java.lang.Integer,T> create, java.util.concurrent.Executor executor)
-