-
Returns a boxed version of this supplier.
Returns a boxed version of this supplier.
Returns a boxed version of this supplier.
Returns a boxed version of this supplier.
Returns a supplier that delegates to the specified caller using the specified exception handler.
Returns a supplier that always returns the specified value.
Returns a new supplier that delegates to this supplier using the specified exception handler.
Returns an if/else supplier that delegates to the first specified supplier when this supplier evaluates to true, or the second specified supplier when this supplier evaluates to false.
Returns a supplier that returns the value this function mapped via the specified function.
Returns a supplier that returns the value this function mapped via the specified function.
Returns a supplier that returns the value this function mapped via the specified function.
Returns a supplier that returns the value this supplier mapped via the specified function.
Returns a supplier that always returns the specified value.
Returns a supplier that returns null after invoking the specified task.
Returns a callable that throws the provided exception.
Returns a callable that delegates to the specified supplier.