ReferenceCallable

Reference provider that calls some function to create the provided object.

Function the function called to create the provided object.

class ReferenceCallable : ReferenceProvider!(ReturnType!Function, Parameters!Function)(
alias Function
) {}

Meta