public interface Stream1D<N extends Number,A extends Access1D<N>,R extends Mutate1D.Receiver<N>,P extends Stream1D<N,A,R,P>> extends Access1D.Collectable<N,R>
Structure1D.BasicMapper<T>, Structure1D.IndexCallback, Structure1D.IndexMapper<T>, Structure1D.IntIndex, Structure1D.Logical<S extends Structure1D,B extends Structure1D.Logical<S,?>>, Structure1D.LongIndex, Structure1D.LoopCallback
Modifier and Type | Method and Description |
---|---|
default P |
operateOnAll(BinaryFunction<N> operator,
double right) |
default P |
operateOnAll(BinaryFunction<N> operator,
N right) |
default P |
operateOnAll(double left,
BinaryFunction<N> operator) |
default P |
operateOnAll(N left,
BinaryFunction<N> operator) |
default P |
operateOnAll(ParameterFunction<N> operator,
int parameter) |
P |
operateOnAll(UnaryFunction<N> operator) |
P |
operateOnAny(Transformation1D<N> operator) |
P |
operateOnMatching(A left,
BinaryFunction<N> operator) |
P |
operateOnMatching(BinaryFunction<N> operator,
A right) |
collect, supplyTo
count, index, loopAll, loopMatching, loopRange, mapper, size
default P operateOnAll(BinaryFunction<N> operator, double right)
default P operateOnAll(BinaryFunction<N> operator, N right)
default P operateOnAll(double left, BinaryFunction<N> operator)
default P operateOnAll(N left, BinaryFunction<N> operator)
default P operateOnAll(ParameterFunction<N> operator, int parameter)
P operateOnAll(UnaryFunction<N> operator)
P operateOnAny(Transformation1D<N> operator)
P operateOnMatching(A left, BinaryFunction<N> operator)
P operateOnMatching(BinaryFunction<N> operator, A right)
Copyright © 2019 Optimatika. All rights reserved.