| Class and Description |
|---|
| Fluent.Map
Fluent extension of java.util.Map
|
| Unchecker.ThrowingBiConsumer
Operation that accepts two arguments and returns no result, but could throw a checked exception
|
| Unchecker.ThrowingBiFunction
Function that accepts two arguments and produces a result, but could throw a checked exception
|
| Unchecker.ThrowingConsumer
Operation that accepts a single input argument and returns no result, but could throw a checked exception
|
| Unchecker.ThrowingFunction
Function that accepts a single argument and produces a result, but could throw a checked exception
|
| Unchecker.ThrowingRunnable
Operation that returns no result, but could throw a checked exception
|
| Unchecker.ThrowingSupplier
Represents a supplier of results, that could throw a checked exception
|
Copyright © 2016. All rights reserved.