| Package | Description |
|---|---|
| org.osgl.util |
| Modifier and Type | Class and Description |
|---|---|
class |
IntRange |
| Modifier and Type | Method and Description |
|---|---|
LazyRange<ELEMENT> |
LazyRange.accept(Osgl.Function<? super ELEMENT,?> visitor) |
LazyRange<ELEMENT> |
LazyRange.acceptLeft(Osgl.Function<? super ELEMENT,?> visitor) |
LazyRange<ELEMENT> |
LazyRange.acceptRight(Osgl.Function<? super ELEMENT,?> visitor) |
LazyRange<ELEMENT> |
LazyRange.each(Osgl.Function<? super ELEMENT,?> visitor) |
LazyRange<ELEMENT> |
LazyRange.forEach(Osgl.Function<? super ELEMENT,?> visitor) |
protected LazyRange<ELEMENT> |
LazyRange.of(ELEMENT from,
ELEMENT to) |
Copyright © 2017. All Rights Reserved.