| Package | Description |
|---|---|
| net.hydromatic.lambda.streams |
Provides a similar API to the
java.util.streams package
that is part of JDK 8. |
| Modifier and Type | Class and Description |
|---|---|
static class |
MapStream.BiVal<K,V> |
| Modifier and Type | Method and Description |
|---|---|
BiValue<K,V> |
MapStream.getAny() |
BiValue<K,V> |
MapStream.AbstractMapStream.getAny() |
static <K,V> BiValue<K,V> |
MapStream.Impl.getAny(MapStream<K,V> s) |
BiValue<K,V> |
MapStream.getFirst() |
BiValue<K,V> |
MapStream.AbstractMapStream.getFirst() |
static <K,V> BiValue<K,V> |
MapStream.Impl.getFirst(MapStream<K,V> s) |
BiValue<K,V> |
MapStream.getOnly() |
BiValue<K,V> |
MapStream.AbstractMapStream.getOnly() |
static <K,V> BiValue<K,V> |
MapStream.Impl.getOnly(MapStream<K,V> s) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<BiValue<K,V>> |
MapStream.asIterable() |
Iterator<BiValue<K,V>> |
MapStream.AbstractMapStream.iterator() |
Copyright © 2012-2014 Julian Hyde. All Rights Reserved.