Uses of Package
org.springframework.util.function
Packages that use org.springframework.util.function
Package
Description
Support classes for components that contribute generated code equivalent to a
runtime behavior.
Useful generic
java.util.function helper classes.-
Classes in org.springframework.util.function used by org.springframework.aot.generate
-
Classes in org.springframework.util.function used by org.springframework.util.functionClassDescriptionA
Supplierdecorator that caches a singleton result and makes it available fromSingletonSupplier.get()(nullable) andSingletonSupplier.obtain()(null-safe).ABiFunctionthat allows invocation of code that throws a checked exception.AConsumerthat allows invocation of code that throws a checked exception.AFunctionthat allows invocation of code that throws a checked exception.ASupplierthat allows invocation of code that throws a checked exception.