Attributes
containerSource Codeshared formal ClassModel<Type,Nothing> container

The class containing this constructor; the type of instances produced by this constructor.

Refines Model.container ultimately refines Declared.container
declarationSource Codeshared formal CallableConstructorDeclaration declaration

This constructor's declaration.

typeSource Codeshared formal MemberClass<Container,Type,Nothing> type

This function's return closed type.

Inherited Attributes
Attributes inherited from: Object
Attributes inherited from: Declared
Attributes inherited from: FunctionModel<Type,Arguments>
Attributes inherited from: Functional
Attributes inherited from: Generic
Attributes inherited from: Model
Methods
bindSource Codeshared formal CallableConstructor<Type,Arguments> bind(Object container)

Type-unsafe container binding, to be used when the container type is unknown until runtime.

This has the same behaviour as invoking this Member directly, but exchanges compile-time type safety with runtime checks.

Inherited Methods
Methods inherited from: Object
Methods inherited from: Qualified<Kind,Container>