Composes two functions, applying the receiver function first and then the other function.
Composes two functions, applying the other function first and then the receiver function.
Creates a thread-safe memoized version of the receiver function.
Creates a memoized version of the receiver function.
Creates a time-based expiration memoized version of the receiver function.
Creates a size-limited memoized version of the receiver function.
Combines two functions into one that executes both in sequence.
Repeats the execution of a function a specified number of times.
Executes the receiver function safely, returning null if an exception occurs.
Executes the receiver function safely, returning a default value if an exception occurs.
Executes the function.