Package Hierarchies:
Class Hierarchy
- java.lang.Object
- io.reactivex.Observable<T> (implements io.reactivex.ObservableSource<T>)
- io.github.qsy7.examples.platform.java8.streams.prototype.TestObservable
- io.github.qsy7.examples.platform.java8.streams.prototype.email.StreamConsumer (implements java.util.function.Consumer<T>)
- io.github.qsy7.examples.platform.java8.streams.prototype.email2.StreamConsumer (implements java.util.function.Consumer<T>)
- io.github.qsy7.examples.platform.java8.streams.prototype.streams.StreamConsumer (implements java.util.function.Consumer<T>)
- io.github.qsy7.examples.platform.java8.streams.prototype.streams.StreamFilterPredicate (implements java.util.function.Predicate<T>)
- io.github.qsy7.examples.platform.java8.streams.prototype.email2.StreamFlatMapFunction (implements java.util.function.Function<T,R>)
- io.github.qsy7.examples.platform.java8.streams.prototype.email.StreamMapFunction (implements java.util.function.Function<T,R>)
- io.github.qsy7.examples.platform.java8.streams.prototype.email2.StreamMapFunction (implements java.util.function.Function<T,R>)
- io.github.qsy7.examples.platform.java8.streams.prototype.streams.StreamMapFunction (implements java.util.function.Function<T,R>)
- io.github.qsy7.examples.platform.java8.streams.prototype.TestConsumer (implements io.reactivex.functions.Consumer<T>)
- io.github.qsy7.examples.platform.java8.streams.prototype.TestPublisher (implements org.reactivestreams.Publisher<T>)
- io.github.qsy7.examples.platform.java8.streams.prototype.TestSubscriber (implements org.reactivestreams.Subscriber<T>)