Uses of Package
org.apache.juneau.commons.function
Packages that use org.apache.juneau.commons.function
Package
Description
Marshalling API
Assertions API
Enhanced collection utilities that extend the standard Java Collections Framework with fluent APIs,
specialized collection types, and caching capabilities.
Functional programming utilities including enhanced function interfaces, consumers, suppliers,
tuples, and exception-handling variants.
Language utilities including value wrappers, version management, string formatting,
state enums, and other common language constructs.
Comprehensive reflection utilities for working with classes, methods, fields, constructors,
and annotations in a more convenient and type-safe way than the standard Java reflection APIs.
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.
CSV Marshalling Support
HTML Marshalling Support
JSON Marshalling Support
JSON-Schema Marshalling Support
MessagePack Marshalling Support
OpenAPI Marshalling Support
Parser API
Plaintext Marshalling Support
REST Method Argument Beans
REST Client API
REST Server Mock API
Serializer API
SOAP/XML Marshalling Support
Swap API
UON Marshalling Support
URL-Encoding Marshalling Support
XML Marshalling Support
-
Classes in org.apache.juneau.commons.function used by org.apache.juneauClassDescriptionA functional interface representing an operation that accepts four arguments and returns no result.A functional interface representing a function that accepts one argument, produces a result, and may throw a checked exception.
-
Classes in org.apache.juneau.commons.function used by org.apache.juneau.assertionsClassDescriptionA functional interface identical to
Runnablebut allows theSnippet.run()method to throw checked exceptions. -
Classes in org.apache.juneau.commons.function used by org.apache.juneau.commons.collectionsClassDescriptionA functional interface representing a function that accepts two arguments and produces a result.A functional interface representing a function that accepts three arguments and produces a result.A functional interface representing a function that accepts four arguments and produces a result.A functional interface representing a function that accepts five arguments and produces a result.
-
Classes in org.apache.juneau.commons.function used by org.apache.juneau.commons.functionClassDescriptionA functional interface representing an operation that accepts two arguments and returns no result.A functional interface representing an operation that accepts three arguments and returns no result.A functional interface representing an operation that accepts four arguments and returns no result.A functional interface representing an operation that accepts five arguments and returns no result.A functional interface representing a function that accepts two arguments and produces a result.A functional interface representing a function that accepts three arguments and produces a result.A functional interface representing a function that accepts four arguments and produces a result.A functional interface representing a function that accepts five arguments and produces a result.A thread-safe supplier that caches the result of the first call and supports resetting the cache.A functional interface representing an operation that accepts two arguments, returns no result, and may throw a checked exception.A functional interface representing an operation that accepts three arguments, returns no result, and may throw a checked exception.A functional interface representing an operation that accepts four arguments, returns no result, and may throw a checked exception.A functional interface representing an operation that accepts five arguments, returns no result, and may throw a checked exception.A functional interface representing a function that accepts two arguments, produces a result, and may throw a checked exception.A functional interface representing a function that accepts three arguments, produces a result, and may throw a checked exception.A functional interface representing a function that accepts four arguments, produces a result, and may throw a checked exception.A functional interface representing a function that accepts five arguments, produces a result, and may throw a checked exception.Represents an immutable tuple containing a single value.Represents an immutable tuple containing two values.Represents a simple tuple of 3 objects.Represents a simple tuple of 4 objects.Represents a simple tuple of 5 objects.
-
Classes in org.apache.juneau.commons.function used by org.apache.juneau.commons.langClassDescriptionA functional interface identical to
Runnablebut allows theSnippet.run()method to throw checked exceptions. -
Classes in org.apache.juneau.commons.function used by org.apache.juneau.commons.reflectClassDescriptionA functional interface representing an operation that accepts two arguments, returns no result, and may throw a checked exception.A functional interface representing a function that accepts one argument, produces a result, and may throw a checked exception.
-
Classes in org.apache.juneau.commons.function used by org.apache.juneau.commons.settingsClassDescriptionA thread-safe supplier that caches the result of the first call and supports resetting the cache.A functional interface identical to
Runnablebut allows theSnippet.run()method to throw checked exceptions. -
Classes in org.apache.juneau.commons.function used by org.apache.juneau.commons.utilsClassDescriptionA thread-safe supplier that caches the result of the first call and supports resetting the cache.A functional interface identical to
Runnablebut allows theSnippet.run()method to throw checked exceptions.A functional interface representing a supplier of results that may throw a checked exception. -
Classes in org.apache.juneau.commons.function used by org.apache.juneau.csvClassDescriptionA functional interface representing a function that accepts one argument, produces a result, and may throw a checked exception.
-
Classes in org.apache.juneau.commons.function used by org.apache.juneau.htmlClassDescriptionA functional interface representing a function that accepts one argument, produces a result, and may throw a checked exception.
-
Classes in org.apache.juneau.commons.function used by org.apache.juneau.jsonClassDescriptionA functional interface representing a function that accepts one argument, produces a result, and may throw a checked exception.
-
Classes in org.apache.juneau.commons.function used by org.apache.juneau.jsonschemaClassDescriptionA functional interface representing a function that accepts one argument, produces a result, and may throw a checked exception.
-
Classes in org.apache.juneau.commons.function used by org.apache.juneau.msgpackClassDescriptionA functional interface representing a function that accepts one argument, produces a result, and may throw a checked exception.
-
Classes in org.apache.juneau.commons.function used by org.apache.juneau.oapiClassDescriptionA functional interface representing a function that accepts one argument, produces a result, and may throw a checked exception.
-
Classes in org.apache.juneau.commons.function used by org.apache.juneau.parserClassDescriptionA functional interface representing a function that accepts one argument, produces a result, and may throw a checked exception.
-
Classes in org.apache.juneau.commons.function used by org.apache.juneau.plaintextClassDescriptionA functional interface representing a function that accepts one argument, produces a result, and may throw a checked exception.
-
Classes in org.apache.juneau.commons.function used by org.apache.juneau.rest.argClassDescriptionA functional interface representing a function that accepts one argument, produces a result, and may throw a checked exception.
-
Classes in org.apache.juneau.commons.function used by org.apache.juneau.rest.clientClassDescriptionA functional interface representing a function that accepts one argument, produces a result, and may throw a checked exception.
-
Classes in org.apache.juneau.commons.function used by org.apache.juneau.rest.mockClassDescriptionA functional interface representing a function that accepts one argument, produces a result, and may throw a checked exception.
-
Classes in org.apache.juneau.commons.function used by org.apache.juneau.serializerClassDescriptionA functional interface representing a function that accepts one argument, produces a result, and may throw a checked exception.
-
Classes in org.apache.juneau.commons.function used by org.apache.juneau.soapClassDescriptionA functional interface representing a function that accepts one argument, produces a result, and may throw a checked exception.
-
Classes in org.apache.juneau.commons.function used by org.apache.juneau.swapClassDescriptionA functional interface representing a function that accepts one argument, produces a result, and may throw a checked exception.
-
Classes in org.apache.juneau.commons.function used by org.apache.juneau.uonClassDescriptionA functional interface representing a function that accepts one argument, produces a result, and may throw a checked exception.
-
Classes in org.apache.juneau.commons.function used by org.apache.juneau.urlencodingClassDescriptionA functional interface representing a function that accepts one argument, produces a result, and may throw a checked exception.
-
Classes in org.apache.juneau.commons.function used by org.apache.juneau.xmlClassDescriptionA functional interface representing a function that accepts one argument, produces a result, and may throw a checked exception.