| Interface | Description |
|---|---|
| Expression<T> |
Convenience interface for inline class instances that provide a single value.
|
| Function<Domain,Range> |
Convenience interface for inline class instances that map values from the domain type to the range type.
|
| HasWrappedIterable |
Provides a method to get the original iterable that was wrapped by i.e.
|
| Operation<T> |
| Class | Description |
|---|---|
| BaseExpression<T> | |
| 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 © 2013. All Rights Reserved.