| Package | Description |
|---|---|
| org.osgl | |
| org.osgl.util |
| Modifier and Type | Class and Description |
|---|---|
static class |
Osgl.Val<T> |
static class |
Osgl.Var<T> |
| Modifier and Type | Method and Description |
|---|---|
C.ListOrSet<T> |
Osgl.Var.filter(Osgl.Function<? super T,Boolean> predicate) |
<R> C.ListOrSet<R> |
Osgl.Var.map(Osgl.Function<? super T,? extends R> mapper) |
C.ListOrSet<T> |
Osgl.Var.without(Collection<? super T> col) |
C.ListOrSet<T> |
Osgl.Var.without(T element) |
C.ListOrSet<T> |
Osgl.Var.without(T element,
T... elements) |
| Modifier and Type | Field and Description |
|---|---|
static C.ListOrSet |
C.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
C.ListOrSet<T> |
C.ListOrSet.accept(Osgl.Function<? super T,?> visitor) |
C.ListOrSet<T> |
C.ListOrSet.each(Osgl.Function<? super T,?> visitor) |
C.ListOrSet<T> |
C.ListOrSet.eager() |
static <T> C.ListOrSet<T> |
C.empty() |
C.ListOrSet<T> |
C.ListOrSet.filter(Osgl.Function<? super T,Boolean> predicate) |
C.ListOrSet<T> |
C.ListOrSet.forEach(Osgl.Function<? super T,?> visitor) |
C.ListOrSet<T> |
C.ListOrSet.lazy() |
<R> C.ListOrSet<R> |
C.ListOrSet.map(Osgl.Function<? super T,? extends R> mapper) |
C.ListOrSet<T> |
C.ListOrSet.parallel() |
C.ListOrSet<T> |
C.ListOrSet.sequential() |
C.ListOrSet<T> |
C.ListOrSet.without(Collection<? super T> col) |
C.ListOrSet<T> |
C.ListOrSet.without(T element) |
C.ListOrSet<T> |
C.ListOrSet.without(T element,
T... elements) |
Copyright © 2017. All Rights Reserved.