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.
AOT support for bean factories.
Classes supporting the 
org.springframework.beans.factory package.AOP-based solution for declarative caching demarcation.
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.beans.factory.aotClassDescriptionABiFunctionthat 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.
- 
Classes in org.springframework.util.function used by org.springframework.beans.factory.supportClassDescriptionABiFunctionthat allows invocation of code that throws a checked exception.ASupplierthat allows invocation of code that throws a checked exception.
- 
Classes in org.springframework.util.function used by org.springframework.cache.interceptorClassDescriptionASupplierdecorator that caches a singleton result and makes it available fromSingletonSupplier.get()(nullable) andSingletonSupplier.obtain()(null-safe).
- 
Classes in org.springframework.util.function used by org.springframework.util.functionClassDescriptionASupplierdecorator 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.