Encapsulates a function and its arguments for deferred execution within factories. This enables lazy evaluation of nested factory calls, preventing infinite recursion and allowing complex object relationships to be defined declaratively.
The return type of the encapsulated function
The function type that returns T
Encapsulates a function and its arguments for deferred execution within factories. This enables lazy evaluation of nested factory calls, preventing infinite recursion and allowing complex object relationships to be defined declaratively.