Interface FactoryAnyD.TwoStep<I extends StructureAnyD, B extends FactoryAnyD.Builder<I>>
- All Superinterfaces:
FactoryAnyD<I>, FactorySupplement
- All Known Subinterfaces:
FactoryAnyD.MayBeSparse<I,DENSE, SPARSE>
- All Known Implementing Classes:
ArrayAnyD.Factory
- Enclosing interface:
FactoryAnyD<I extends StructureAnyD>
public static interface FactoryAnyD.TwoStep<I extends StructureAnyD, B extends FactoryAnyD.Builder<I>>
extends FactoryAnyD<I>
-
Nested Class Summary
Nested classes/interfaces inherited from interface FactoryAnyD
FactoryAnyD.Builder<I>, FactoryAnyD.MayBeSparse<I,DENSE, SPARSE>, FactoryAnyD.TwoStep<I, B> -
Method Summary
Modifier and TypeMethodDescriptiondefault Icopy(AccessAnyD<?> source) default Imake(int... shape) default Imake(long... shape) default Imake(StructureAnyD shape) default ImakeFilled(long[] shape, NullaryFunction<?> supplier) newBuilder(long... shape) Methods inherited from interface FactoryAnyD
asFactory1D, makeMethods inherited from interface FactorySupplement
function, getMathType, scalar
-
Method Details
-
copy
-
make
- Specified by:
makein interfaceFactoryAnyD<I extends StructureAnyD>
-
make
- Specified by:
makein interfaceFactoryAnyD<I extends StructureAnyD>
-
make
- Specified by:
makein interfaceFactoryAnyD<I extends StructureAnyD>
-
makeFilled
-
newBuilder
-