Package de.xima.fc.common.function.constructor
package de.xima.fc.common.function.constructor
-
InterfacesClassDescriptionIBiConstructor<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.