public interface StreamAnyD<N extends Number,A extends AccessAnyD<N>,R extends MutateAnyD.Receiver<N>,P extends StreamAnyD<N,A,R,P>> extends AccessAnyD.Collectable<N,R>
StructureAnyD.IntReference, StructureAnyD.LongReference, StructureAnyD.ReducibleTo1D<R extends Structure1D>, StructureAnyD.ReducibleTo2D<R extends Structure2D>, StructureAnyD.ReferenceCallback, StructureAnyD.ReferenceMapper
Structure1D.BasicMapper<T>, Structure1D.IndexCallback, Structure1D.IndexMapper<T>, Structure1D.IntIndex, 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 |
operateOnMatching(A left,
BinaryFunction<N> operator) |
P |
operateOnMatching(BinaryFunction<N> operator,
A right) |
collect, supplyTo
count, count, count, count, count, count, index, index, index, loop, loop, loop, loopAll, loopMatching, mapperOf, rank, reference, shape, shape, step, step, step, step
loopAll, loopMatching, loopRange, mapper
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 operateOnMatching(A left, BinaryFunction<N> operator)
P operateOnMatching(BinaryFunction<N> operator, A right)
Copyright © 2018 Optimatika. All rights reserved.