Package | Description |
---|---|
org.teavm.classlib.java.util | |
org.teavm.classlib.java.util.function |
Modifier and Type | Method and Description |
---|---|
static <T,U extends TComparable<? super U>> |
TComparator.comparing(TFunction<? super T,? extends U> keyExtractor) |
static <T,U> TComparator<T> |
TComparator.comparing(TFunction<? super T,? extends U> keyExtractor,
TComparator<? super U> keyComparator) |
default <U extends Comparable<? super U>> |
TComparator.thenComparing(TFunction<? super T,? extends U> keyExtractor) |
default <U> TComparator<T> |
TComparator.thenComparing(TFunction<? super T,? extends U> keyExtractor,
TComparator<? super U> keyComparator) |
Modifier and Type | Interface and Description |
---|---|
interface |
TUnaryOperator<T> |
Modifier and Type | Method and Description |
---|---|
default <V> TFunction<T,V> |
TFunction.andThen(TFunction<? super R,? extends V> after) |
default <V> TFunction<V,R> |
TFunction.compose(TFunction<? super V,? extends T> before) |
static <T> TFunction<T,T> |
TFunction.identity() |
Modifier and Type | Method and Description |
---|---|
default <V> TFunction<T,V> |
TFunction.andThen(TFunction<? super R,? extends V> after) |
default <V> TBiFunction<T,U,V> |
TBiFunction.andThen(TFunction<? super R,? extends V> after) |
default <V> TFunction<V,R> |
TFunction.compose(TFunction<? super V,? extends T> before) |
Copyright © 2019. All rights reserved.