Uses of Package
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.-
-
ClassDescriptionA
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. -
ClassDescriptionA
BiFunction
that allows invocation of code that throws a checked exception.ASupplier
that allows invocation of code that throws a checked exception. -
ClassDescriptionA
Supplier
decorator that caches a singleton result and makes it available fromSingletonSupplier.get()
(nullable) andSingletonSupplier.obtain()
(null-safe). -
ClassDescriptionA
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.