Package de.xima.fc.common.function.constructor
-
Interface Summary Interface Description IBiConstructor<Instance,T1,T2> A constructor that can create a new instance of a type, requiring two parameters.IDefaultConstructor<Instance> A constructor that can create a new instance of a type, without requiring any parameters.IUniConstructor<Instance,T1> A constructor that can create a new instance of a type, requiring a single parameter.