| Interface | Description |
|---|---|
| Factory<T> |
A generic factory interface for creating instances that do not need any additional dependencies or parameters.
|
| IOFunction<T,R> | |
| Suppliers.Lazy<T> | |
| ThrowingBiConsumer<T,U,E extends Exception> |
Represents an operation that accepts two arguments and returns no result.
|
| ThrowingConsumer<T,E extends Throwable> |
Represents an operation that accepts a single input argument and returns no result.
|
| ThrowingFunction<T,R,E extends Exception> |
Represents a function that accepts one argument and produces a result, or throws an exception.
|
| ThrowingPredicate<T,E extends Exception> |
Represents a predicate (boolean-valued function) of one argument.
|
| ThrowingSupplier<T,E extends Exception> |
Represents a supplier of results, that may throw an exception.
|
| Class | Description |
|---|---|
| IOFunctions |
Constructors for basic
IOFunction types |
| Predicates |
Constructors for basic
Predicate types |
| Suppliers |
Constructors for basic
Supplier types |
| Exception | Description |
|---|---|
| UncaughtCheckedException |
Wrapper around checked exceptions for rethrowing them as runtime exceptions when the signature of the containing method
cannot be changed to declare them.
|
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.