Uses of Class
org.apache.juneau.commons.function.ResettableSupplier
Packages that use ResettableSupplier
Package
Description
Functional programming utilities including enhanced function interfaces, consumers, suppliers,
tuples, and exception-handling variants.
Thread-safe system property access with support for global and per-thread overrides,
making it useful for unit tests and configuration management.
Common internal utilities.
-
Uses of ResettableSupplier in org.apache.juneau.commons.function
Methods in org.apache.juneau.commons.function that return ResettableSupplierModifier and TypeMethodDescriptionResettableSupplier.copy()Creates a copy of this supplier.If a value is present, and the value matches the given predicate, returns a ResettableSupplier describing the value, otherwise returns an empty ResettableSupplier.<U> ResettableSupplier<U>If a value is present, applies the provided mapping function to it and returns a ResettableSupplier describing the result. -
Uses of ResettableSupplier in org.apache.juneau.commons.settings
Subclasses of ResettableSupplier in org.apache.juneau.commons.settings -
Uses of ResettableSupplier in org.apache.juneau.commons.utils
Methods in org.apache.juneau.commons.utils that return ResettableSupplierModifier and TypeMethodDescriptionstatic <T> ResettableSupplier<T>Creates a resettable memoizing supplier that caches the result of the first call and optionally allows resetting.