| Class | Description |
|---|---|
| Env |
Utility for accessing environment variables
|
| Exceptions |
Utility functions for dealing with checked exceptions in streams by wrapping them in runtime exceptions.
|
| Nulls | |
| QueuedIterator<T> |
An iterator backed by a queue that keeps producing values (or blocks) until it's explicitly ended.
|
| Result<T,E extends Throwable> |
Type that can be used to encode the result of a function, which can succeed or fail.
|
| Retryer |
Utility for retrying a job until it succeeds.
|
| Retryer.RunnableRetryer | |
| Retryer.SupplierRetryer<T> | |
| Tuple2<A,B> |
Copyright © 2018. All rights reserved.