| Interface | Description |
|---|---|
| Fluent.Map<K,V> |
Fluent extension of java.util.Map
|
| Unchecker.ThrowingBiConsumer<T,U> |
Operation that accepts two arguments and returns no result, but could throw a checked exception
|
| Unchecker.ThrowingBiFunction<In1,In2,Out> |
Function that accepts two arguments and produces a result, but could throw a checked exception
|
| Unchecker.ThrowingConsumer<T> |
Operation that accepts a single input argument and returns no result, but could throw a checked exception
|
| Unchecker.ThrowingFunction<In,Out> |
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<T> |
Represents a supplier of results, that could throw a checked exception
|
| Class | Description |
|---|---|
| Fluent |
Container for fluent class implementation that allows declarative object building style.
|
| Fluent.ConcurrentHashMap<K,V> | |
| Fluent.ConcurrentSkipListMap<K,V> | |
| Fluent.EnumMap<K extends Enum<K>,V> | |
| Fluent.HashMap<K,V> | |
| Fluent.IdentityHashMap<K,V> | |
| Fluent.LinkedHashMap<K,V> | |
| Fluent.WeakHashMap<K,V> | |
| Unchecker |
Utility methods to handle unwanted checked exceptions, avoiding try-catch blocks that simply wrap checked
exceptions in unchecked exceptions
|
Copyright © 2016. All rights reserved.