@Version(value="2.0.0")
| Interface | Description |
|---|---|
| CheckedBiConsumer<T,U> |
Created work-alike for functionality not introduced until Java 8
Represents an operation that accepts two input arguments and returns no
result.
|
| CheckedBiFunction<T,U,R> |
Created work-alike for functionality not introduced until Java 8
Represents a function that accepts two arguments and produces a result.
|
| CheckedConsumer<T> |
Created work-alike for functionality not introduced until Java 8
Represents an operation that accepts a single input argument and returns no
result.
|
| CheckedFunction<T,R> |
Created work-alike for functionality not introduced until Java 8
Represents a function that accepts one argument and produces a result.
|
| CheckedSupplier<T> |
Supplier function which allows throwing exceptions
|
| Class | Description |
|---|---|
| RoundRobin<T> |
Provides a thread-safe iterator that loops though a list, useful for providing
a circular list for round-robin uses.
|
Copyright © 2013–2020 Adobe. All rights reserved.