Callable

Non-reference provider that calls some function to create the provided object.

Function the function called to create the provided object.

class Callable : Provider!(ReturnType!Function, Parameters!Function)(
alias Function
) {}

Meta