| Package | Description |
|---|---|
| org.osgl | |
| org.osgl.util |
| Modifier and Type | Method and Description |
|---|---|
static <A,B> Lang.T2<A,B> |
Lang.Binary(A a,
B b) |
static <A,B> Lang.T2<A,B> |
Lang.Pair(A a,
B b) |
Lang.T2<A,B> |
Lang.Tuple.set1(A a) |
Lang.T2<A,B> |
Lang.Tuple.set2(B b) |
static <A,B> Lang.T2<A,B> |
Lang.T2(A a,
B b) |
| Modifier and Type | Class and Description |
|---|---|
static class |
C.Map.Entry<K,V> |
static class |
N.Coordinate2D |
static class |
N.Dimension |
static class |
N.Pair |
static class |
N.WH |
static class |
N.XY |
static class |
S.Binary |
static class |
S.Pair |
static class |
S.T2 |
| Modifier and Type | Method and Description |
|---|---|
Lang.T2<A,B> |
ZippedListIterator.next() |
Lang.T2<A,B> |
ZippedListIterator.previous() |
Lang.T2<C.List<T>,C.List<T>> |
ListBase.split(Lang.Function<? super T,Boolean> predicate) |
Lang.T2<C.List<T>,C.List<T>> |
C.List.split(Lang.Function<? super T,Boolean> predicate)
Split this list into two list based on the predicate specified.
|
| Modifier and Type | Method and Description |
|---|---|
static S.T2 |
S.binary(Lang.T2<String,String> t2) |
static S.T2 |
S.pair(Lang.T2<String,String> t2) |
| Constructor and Description |
|---|
T2(Lang.T2<String,String> t2) |
Copyright © 2014–2019 OSGL (Open Source General Library). All rights reserved.