| Package | Description |
|---|---|
| org.osgl | |
| org.osgl.util |
| Modifier and Type | Class and Description |
|---|---|
static class |
Lang.Val<T> |
static class |
Lang.Var<T> |
| Modifier and Type | Method and Description |
|---|---|
C.ListOrSet<T> |
Lang.Var.filter(Lang.Function<? super T,Boolean> predicate) |
<R> C.ListOrSet<R> |
Lang.Var.map(Lang.Function<? super T,? extends R> mapper) |
C.ListOrSet<T> |
Lang.Var.without(Collection<? super T> col) |
C.ListOrSet<T> |
Lang.Var.without(T element) |
C.ListOrSet<T> |
Lang.Var.without(T element,
T... elements) |
| Modifier and Type | Class and Description |
|---|---|
static class |
S.Val |
static class |
S.Var |
| Modifier and Type | Field and Description |
|---|---|
static C.ListOrSet |
C.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
C.ListOrSet<T> |
C.ListOrSet.accept(Lang.Visitor<? super T> visitor) |
C.ListOrSet<T> |
C.ListOrSet.each(Lang.Visitor<? super T> visitor) |
C.ListOrSet<T> |
C.ListOrSet.eager() |
static <T> C.ListOrSet<T> |
C.empty() |
C.ListOrSet<T> |
C.ListOrSet.filter(Lang.Function<? super T,Boolean> predicate) |
C.ListOrSet<T> |
C.ListOrSet.forEach(Lang.Visitor<? super T> visitor) |
C.ListOrSet<T> |
C.ListOrSet.lazy() |
<R> C.ListOrSet<R> |
C.ListOrSet.map(Lang.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 © 2014–2021 OSGL (Open Source General Library). All rights reserved.