Interface | Description |
---|---|
Action<E extends Exception> |
An
Runnable functional interface which can throw a checked Exception. |
AsyncFunction<VIN,VOUT,E extends Exception> |
An asynchronous
Function which returns a result at some point in the
future. |
BiFunction<T,U,R,E extends Exception> |
A
BiFunction functional interface which can throw a checked Exception. |
Consumer<T,E extends Exception> |
A
Consumer functional interface which can throw a checked Exception. |
Factory<T> |
A factory interface.
|
Function<VIN,VOUT,E extends Exception> |
A synchronous function which returns a result immediately.
|
Predicate<T,E extends Exception> |
A
Predicate functional interface which can thrown a checked Exception. |
Supplier<T,E extends Exception> |
A
Supplier functional interface which can throw a checked Exception. |
Class | Description |
---|---|
BlackAndWhitelistFilter |
This class can be used for filtering string elements by using blacklists and/or whitelists.
|
Closeables |
Common utility methods for Closeables.
|
CloseSilentlyFunction<VIN extends Closeable,VOUT,E extends Exception> |
Function that silently closes an input-parameter after a delegate-function's Function.apply(Object)
is invoked. |
EnumValueOfHelper<E extends Enum<E>> |
Provides a
EnumValueOfHelper.valueOf(String) method as a replacement for the implicitly declared enum function
valueOf(String) , which has the advantage of not throwing exceptions when the name argument
is null or cannot be found in the enum's values. |
LambdaExceptionUtils |
Utility methods for interacting with lambdas that throw exceptions.
|
LazyList<E> |
A list with lazy initialization.
|
LazyMap<K,V> |
A map with lazy initialization.
|
ListDecorator<E> |
Wraps another map.
|
MapDecorator<K,V> |
Wraps another map.
|
NonExpiringCache<K,V> |
Allows the Caching of an object.
|
Objects |
Common utility methods for Objects.
|
Option<T> |
A configuration option whose value can be stored in a set of
Options . |
Options |
A set of options which can be used for customizing the behavior of HTTP
clients and servers.
|
Pair<F,S> |
Ordered pair of arbitrary objects.
|
PerItemEvictionStrategyCache<K,V> |
PerItemEvictionStrategyCache is a thread-safe write-through cache.
|
RangeSet |
Exposes a range of integer values as a set.
|
Reject |
A input parameter-validating utility class using fluent invocation:
|
SignatureUtil |
Utility class for signing and verifying signatures.
|
SimpleHTTPClient |
Simple helper client for connecting to URLs over HTTP
and retrieving their contents via a GET request.
|
Streams |
Utility methods for operating on IO streams.
|
Strings |
Common utility methods for Strings.
|
Threads |
Common utility methods for Threads.
|
Utils | Deprecated
Use
Strings , Closeables , Objects or Threads instead. |
Copyright 2010-2022 ForgeRock AS.