Interface MutateAnyD.ModifiableReceiver<N extends Comparable<N>>
- All Superinterfaces:
Access1D<N>, AccessAnyD<N>, Consumer<AccessAnyD<?>>, Mutate1D, Mutate1D.Fillable<N>, Mutate1D.Modifiable<N>, MutateAnyD, MutateAnyD.Fillable<N>, MutateAnyD.Modifiable<N>, MutateAnyD.Receiver<N>, Structure1D, StructureAnyD
- All Known Implementing Classes:
ArrayAnyD
- Enclosing interface:
MutateAnyD
public static interface MutateAnyD.ModifiableReceiver<N extends Comparable<N>>
extends MutateAnyD.Modifiable<N>, MutateAnyD.Receiver<N>, AccessAnyD<N>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface AccessAnyD
AccessAnyD.Aggregatable<N>, AccessAnyD.Collectable<N,R>, AccessAnyD.ElementView<N>, AccessAnyD.MatrixView<N>, AccessAnyD.SelectionView<N>, AccessAnyD.Sliceable<N>, AccessAnyD.VectorView<N>, AccessAnyD.Visitable<N> Nested classes/interfaces inherited from interface Mutate1D
Mutate1D.Fillable<N>, Mutate1D.Mixable<N>, Mutate1D.Modifiable<N>, Mutate1D.ModifiableReceiver<N>, Mutate1D.Receiver<N>, Mutate1D.SortableNested classes/interfaces inherited from interface MutateAnyD
MutateAnyD.Fillable<N>, MutateAnyD.Mixable<N>, MutateAnyD.Modifiable<N>, MutateAnyD.ModifiableReceiver<N>, MutateAnyD.Receiver<N>Nested classes/interfaces inherited from interface Structure1D
Structure1D.BasicMapper<T>, Structure1D.IndexMapper<T>, Structure1D.IntIndex, Structure1D.Logical<S,B>, Structure1D.LongIndex, Structure1D.LoopCallback Nested classes/interfaces inherited from interface StructureAnyD
StructureAnyD.IntReference, StructureAnyD.Logical<S,B>, StructureAnyD.LongReference, StructureAnyD.ReducibleTo1D<R>, StructureAnyD.ReducibleTo2D<R>, StructureAnyD.ReferenceCallback, StructureAnyD.ReferenceMapper, StructureAnyD.Reshapable -
Method Summary
Modifier and TypeMethodDescriptionvoidmodifyAny(TransformationAnyD<N> modifier) default voidmodifyCompatible(BinaryFunction<N> operator, AccessAnyD<N> right) default voidmodifyCompatible(AccessAnyD<N> left, BinaryFunction<N> operator) Methods inherited from interface Access1D
asCollectable1D, asKeyed1D, asList, axpy, byteValue, byteValue, dot, doubleValue, doubleValue, floatValue, floatValue, get, intValue, intValue, longValue, longValue, nonzeros, select, shortValue, shortValue, supplyTo, toList, toRawCopy1DMethods inherited from interface AccessAnyD
asCollectableAnyD, byteValue, byteValue, doubleValue, doubleValue, elements, floatValue, floatValue, get, get, intValue, intValue, longValue, longValue, matrices, select, shortValue, shortValue, vectorsMethods inherited from interface Mutate1D
reset, set, set, set, set, set, set, set, set, set, set, set, set, setMethods inherited from interface Mutate1D.Fillable
fillAll, fillAll, fillCompatible, fillMatching, fillMatching, fillMatching, fillMatching, fillRange, fillRangeMethods inherited from interface Mutate1D.Modifiable
add, add, add, add, add, modifyAll, modifyMatching, modifyMatching, modifyOne, modifyRangeMethods inherited from interface MutateAnyD
set, set, set, set, set, set, set, set, set, set, set, set, set, setMethods inherited from interface MutateAnyD.Fillable
fillCompatible, fillSet, fillSet, fillSet, fillSetMethods inherited from interface MutateAnyD.Modifiable
add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, modifyOne, modifySet, modifySetMethods inherited from interface MutateAnyD.Receiver
accept, isAcceptableMethods inherited from interface Structure1D
count, sizeMethods inherited from interface StructureAnyD
count, loop, loop, loopAllReferences, loopReferences, rank, shape, size
-
Method Details
-
modifyAny
-
modifyCompatible
-
modifyCompatible
-