| Package | Description |
|---|---|
| org.n52.janmayen | |
| org.n52.janmayen.stream |
| Modifier and Type | Method and Description |
|---|---|
Chain<T> |
Chain.child(Chain<T> t) |
Chain<T> |
Chain.child(T t) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Chain<T>> |
Chain.parent() |
Optional<Chain<T>> |
Chain.tail() |
| Modifier and Type | Method and Description |
|---|---|
Chain<T> |
Chain.child(Chain<T> t) |
| Modifier and Type | Method and Description |
|---|---|
static <X,T> Collector<X,?,Map<Chain<T>,BigInteger>> |
MoreCollectors.toCardinalities(Function<X,T> id,
Predicate<X> hasSubElements,
Function<X,Stream<X>> subElements) |
static <X,T> Collector<X,?,Map<Chain<T>,X>> |
MoreCollectors.toChain(Function<X,T> id,
Predicate<X> hasSubElements,
Function<X,Stream<X>> subElements) |
static <X,T,U> Collector<X,?,Map<Chain<T>,U>> |
MoreCollectors.toChain(Function<X,T> id,
Predicate<X> hasSubElements,
Function<X,Stream<X>> subElements,
Function<X,U> finisher) |
Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.