| Package | Description |
|---|---|
| in.ashwanthkumar.utils.collections | |
| in.ashwanthkumar.utils.lang.tuple | |
| in.ashwanthkumar.utils.parser |
| Modifier and Type | Method and Description |
|---|---|
static <T,Z> Z |
Lists.foldL(Iterable<T> collection,
Z initialValue,
Function<Tuple2<Z,T>,Z> foldFunction) |
static <K,V> Map<K,V> |
Iterables.toMap(Iterable<Tuple2<K,V>> tuples) |
| Modifier and Type | Method and Description |
|---|---|
static <A,B> Tuple2<A,B> |
Tuple2.tuple2(A left,
B right) |
| Modifier and Type | Method and Description |
|---|---|
<U> Parser<Tuple2<T,U>> |
Parser.then(Parser<U> another)
this.thenL(another) succeeds if this succeeds and another succeeds on the input left over by this |
Copyright © 2016. All rights reserved.