- Type Parameters:
T - the result type
- All Superinterfaces:
Callable<T>
-
Field Summary
Fields
A caller that always returns null
-
Method Summary
Returns a callable whose result is mapped by the specified function.
Returns a callable that returns null.
Returns a callable that throws the provided exception.
Returns a callable that delegates to the specified supplier.
Returns a callable that returns the specified value.
Returns a callable that runs the specified runner and returns null.