public interface Utils
| Modifier and Type | Method and Description |
|---|---|
static <T> OSGi<List<T>> |
accumulate(OSGi<T> program) |
static <K,V,T extends Comparable<T>> |
accumulateInMap(OSGi<T> program,
Function<T,OSGi<K>> keyFun,
Function<T,OSGi<V>> valueFun) |
static <T extends Comparable<? super T>> |
highest(OSGi<T> program) |
static <T> OSGi<T> |
highest(OSGi<T> program,
Comparator<? super T> comparator) |
static <T> OSGi<T> |
highest(OSGi<T> program,
Comparator<? super T> comparator,
Function<OSGi<T>,OSGi<T>> notHighest) |
static <T> OSGi<T> |
onlyLast(OSGi<T> program) |
static <K,V,T extends Comparable<T>> OSGi<Map<K,V>> accumulateInMap(OSGi<T> program, Function<T,OSGi<K>> keyFun, Function<T,OSGi<V>> valueFun)
static <T> OSGi<T> highest(OSGi<T> program, Comparator<? super T> comparator)
static <T> OSGi<T> highest(OSGi<T> program, Comparator<? super T> comparator, Function<OSGi<T>,OSGi<T>> notHighest)
static <T extends Comparable<? super T>> OSGi<T> highest(OSGi<T> program)
Copyright © 2019 The Apache Software Foundation. All rights reserved.