| Package | Description |
|---|---|
| net.emaze.dysfunctional | |
| net.emaze.dysfunctional.ranges |
| Modifier and Type | Method and Description |
|---|---|
Range<T> |
Ranges.of(Range.Endpoint left,
T lower,
Maybe<T> upper,
Range.Endpoint right) |
| Modifier and Type | Method and Description |
|---|---|
static Range.Endpoint |
Range.Endpoint.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Range.Endpoint[] |
Range.Endpoint.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DenseRange(SequencingPolicy<T> sequencer,
Comparator<Maybe<T>> comparator,
Range.Endpoint left,
T lower,
Maybe<T> upper,
Range.Endpoint right) |
Copyright © 2016. All rights reserved.