Unwraps a provided value.
If the value is a function, it is invoked with the provided arguments and its return value is returned. Otherwise, the value itself is returned.
The unwrapped value type.
The argument types of the value-provider callback.
A value or a value-provider callback.
Arguments passed to the value-provider callback.
The unwrapped value.
Unwraps a provided value.
If the value is a function, it is invoked with the provided arguments and its return value is returned. Otherwise, the value itself is returned.