public interface TensoricsStreamSupport
extends org.streamingpool.core.support.StreamSupport
| Modifier and Type | Method and Description |
|---|---|
default <T> org.reactivestreams.Publisher<T> |
discover(org.tensorics.core.tree.domain.Expression<T> expression) |
default <T> org.reactivestreams.Publisher<T> |
discover(org.tensorics.core.lang.TensoricScript<?,T> script) |
default <T> io.reactivex.Flowable<T> |
rxFrom(org.tensorics.core.tree.domain.Expression<T> expression) |
default <T> io.reactivex.Flowable<T> |
rxFrom(org.tensorics.core.lang.TensoricScript<?,T> script) |
default <T> org.reactivestreams.Publisher<T> discover(org.tensorics.core.tree.domain.Expression<T> expression)
default <T> org.reactivestreams.Publisher<T> discover(org.tensorics.core.lang.TensoricScript<?,T> script)
default <T> io.reactivex.Flowable<T> rxFrom(org.tensorics.core.tree.domain.Expression<T> expression)
default <T> io.reactivex.Flowable<T> rxFrom(org.tensorics.core.lang.TensoricScript<?,T> script)