Package org.springframework.util.function
@NonNullApi
@NonNullFields
package org.springframework.util.function
Useful generic 
java.util.function helper classes.
- 
ClassDescriptionASupplierdecorator that caches a singleton result and makes it available fromSingletonSupplier.get()(nullable) andSingletonSupplier.obtain()(null-safe).Convenience utilities forSupplierhandling.ThrowingBiFunction<T,U, R> ABiFunctionthat allows invocation of code that throws a checked exception.AConsumerthat allows invocation of code that throws a checked exception.ThrowingFunction<T,R> AFunctionthat allows invocation of code that throws a checked exception.ASupplierthat allows invocation of code that throws a checked exception.