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 void
IdentityProcessorVerification. optionalMultipleSubscribersTest(long requiredSubscribersSupport, Function<java.lang.Long,IdentityProcessorVerification.TestSetup> body)
Test for feature that REQUIRES multiple subscribers to be supported by Publisher.void
PublisherVerification. stochasticTest(int n, Function<java.lang.Integer,java.lang.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 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)
-