| Interface | Description |
|---|---|
| HasWrappedIterable |
Provides a method to get the original iterable that was wrapped by i.e.
|
| Class | Description |
|---|---|
| BaseSupplier<T> |
Adds a convenient
Object.toString() method to a Supplier. |
| Display |
Provides functions to display objects in a human friendly form.
|
| ExceptionWrapper |
Provides a static function to wrap a throwable in a RuntimeException if necessary.
|
| L |
Provides a wrapped String that is not mangled by
Display.show(String). |
| NullStream |
Provides a stream that does not produce any input.
|
| Pair<L extends Comparable<? super L>,R extends Comparable<? super R>> | |
| Setting<T> |
Encapsulates a reference to a value that can be set only once.
|
| Static |
Provides static convenience methods.
|
| TransformingIterable<T> |
Produces iterators that transform each element returned by an iterator of a backing iterable.
|
| TypedIterable<T> |
Adds a bit of run-time type information to an iterable.
|
Copyright © 2014. All rights reserved.