Interface TensoricsStreamSupport
-
- All Superinterfaces:
org.streamingpool.core.support.StreamSupport
public interface TensoricsStreamSupport extends org.streamingpool.core.support.StreamSupportSupport interface for working with tensorics expressions and streams
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default <T> org.reactivestreams.Publisher<T>discover(org.tensorics.core.lang.TensoricScript<?,T> script)default <T> org.reactivestreams.Publisher<T>discover(org.tensorics.core.tree.domain.Expression<T> expression)default <T> io.reactivex.Flowable<T>rxFrom(org.tensorics.core.lang.TensoricScript<?,T> script)default <T> io.reactivex.Flowable<T>rxFrom(org.tensorics.core.tree.domain.Expression<T> expression)
-
-
-
Method Detail
-
discover
default <T> org.reactivestreams.Publisher<T> discover(org.tensorics.core.tree.domain.Expression<T> expression)
-
discover
default <T> org.reactivestreams.Publisher<T> discover(org.tensorics.core.lang.TensoricScript<?,T> script)
-
rxFrom
default <T> io.reactivex.Flowable<T> rxFrom(org.tensorics.core.tree.domain.Expression<T> expression)
-
rxFrom
default <T> io.reactivex.Flowable<T> rxFrom(org.tensorics.core.lang.TensoricScript<?,T> script)
-
-