Uses of Class
org.n52.janmayen.Chain
-
Packages that use Chain Package Description org.n52.janmayen org.n52.janmayen.stream -
-
Uses of Chain in org.n52.janmayen
Methods in org.n52.janmayen that return Chain Modifier and Type Method Description Chain<T>Chain. child(Chain<T> t)Chain<T>Chain. child(T t)Methods in org.n52.janmayen that return types with arguments of type Chain Modifier and Type Method Description Optional<Chain<T>>Chain. parent()Optional<Chain<T>>Chain. tail()Methods in org.n52.janmayen with parameters of type Chain Modifier and Type Method Description Chain<T>Chain. child(Chain<T> t) -
Uses of Chain in org.n52.janmayen.stream
Methods in org.n52.janmayen.stream that return types with arguments of type Chain Modifier and Type Method 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)
-