Interface MutateAnyD.Receiver<N extends Comparable<N>>
- All Superinterfaces:
Consumer<AccessAnyD<?>>, Mutate1D, Mutate1D.Fillable<N>, MutateAnyD, MutateAnyD.Fillable<N>, Structure1D, StructureAnyD
- All Known Subinterfaces:
MutateAnyD.ModifiableReceiver<N>
- Enclosing interface:
MutateAnyD
public static interface MutateAnyD.Receiver<N extends Comparable<N>>
extends MutateAnyD.Fillable<N>, Consumer<AccessAnyD<?>>
-
Nested Class Summary
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 TypeMethodDescriptiondefault voidaccept(AccessAnyD<?> supplied) default booleanisAcceptable(StructureAnyD supplier) Methods 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 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 Structure1D
count, sizeMethods inherited from interface StructureAnyD
count, loop, loop, loopAllReferences, loopReferences, rank, shape, size
-
Method Details
-
accept
- Specified by:
acceptin interfaceConsumer<N extends Comparable<N>>
-
isAcceptable
-