Home
last modified time | relevance | path

Searched refs:createPublisher (Results 1 – 7 of 7) sorted by relevance

/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/test/
DRangePublisherTest.kt14 override fun createPublisher(elements: Long): Publisher<Int> { in createPublisher() method in kotlinx.coroutines.reactive.RangePublisherTest
33 override fun createPublisher(elements: Long): Publisher<Int> { in createPublisher() method in kotlinx.coroutines.reactive.RangePublisherWrappedTwiceTest
DRangePublisherBufferedTest.kt16 override fun createPublisher(elements: Long): Publisher<Int> { in createPublisher() method in kotlinx.coroutines.reactive.RangePublisherBufferedTest
DReactiveStreamTckTest.kt29 override fun createPublisher(elements: Long): Publisher<Long> = in createPublisher() method in kotlinx.coroutines.reactive.ReactiveStreamTckTest.ReactiveStreamTckTestSuite
DUnboundedIntegerIncrementPublisherTest.kt34 override fun createPublisher(elements: Long): Publisher<Int> { in createPublisher() method in kotlinx.coroutines.reactive.UnboundedIntegerIncrementPublisherTest
DIterableFlowTckTest.kt30 override fun createPublisher(elements: Long): Publisher<Long> { in createPublisher() method
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/test/
DIterableFlowAsFlowableTckTest.kt19 override fun createPublisher(elements: Long): Flowable<Long> { in createPublisher() method in kotlinx.coroutines.rx2.IterableFlowAsFlowableTckTest
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/test/
DIterableFlowAsFlowableTckTest.kt19 override fun createPublisher(elements: Long): Flowable<Long> { in createPublisher() method in kotlinx.coroutines.rx3.IterableFlowAsFlowableTckTest