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.aotClassDescriptionA
BiFunction
that allows invocation of code that throws a checked exception.AConsumer
that allows invocation of code that throws a checked exception.AFunction
that allows invocation of code that throws a checked exception.ASupplier
that allows invocation of code that throws a checked exception. -
Classes in org.springframework.util.function used by org.springframework.beans.factory.supportClassDescriptionA
BiFunction
that allows invocation of code that throws a checked exception.ASupplier
that allows invocation of code that throws a checked exception. -
Classes in org.springframework.util.function used by org.springframework.cache.interceptorClassDescriptionA
Supplier
decorator 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.functionClassDescriptionA
Supplier
decorator that caches a singleton result and makes it available fromSingletonSupplier.get()
(nullable) andSingletonSupplier.obtain()
(null-safe).ABiFunction
that allows invocation of code that throws a checked exception.AConsumer
that allows invocation of code that throws a checked exception.AFunction
that allows invocation of code that throws a checked exception.ASupplier
that allows invocation of code that throws a checked exception.