Modifier and Type | Method and Description |
---|---|
static <K,V> Consumer<Map.Entry<K,V>> |
c(BiConsumer<? super K,? super V> c) |
static <K,V,E extends Exception> |
cc(Try.BiConsumer<? super K,? super V,E> c) |
static <K,V,E extends Exception> |
ec(Try.BiConsumer<? super K,? super V,E> c) |
static <K,V,T,E extends Exception> |
ef(Try.BiFunction<? super K,? super V,? extends T,E> f) |
static <K,V,E extends Exception> |
ep(Try.BiPredicate<? super K,? super V,E> p) |
static <K,V,T> Function<Map.Entry<K,V>,T> |
f(BiFunction<? super K,? super V,? extends T> f) |
static <K,V,T,E extends Exception> |
ff(Try.BiFunction<? super K,? super V,? extends T,E> f) |
static <K,V> Predicate<Map.Entry<K,V>> |
p(BiPredicate<? super K,? super V> p) |
static <K,V,E extends Exception> |
pp(Try.BiPredicate<? super K,? super V,E> p) |
public static <K,V,T> Function<Map.Entry<K,V>,T> f(BiFunction<? super K,? super V,? extends T> f)
K
- the key typeV
- the value typeT
- f
- public static <K,V> Predicate<Map.Entry<K,V>> p(BiPredicate<? super K,? super V> p)
K
- the key typeV
- the value typep
- public static <K,V> Consumer<Map.Entry<K,V>> c(BiConsumer<? super K,? super V> c)
K
- the key typeV
- the value typec
- @Beta public static <K,V,T,E extends Exception> Try.Function<Map.Entry<K,V>,T,E> ef(Try.BiFunction<? super K,? super V,? extends T,E> f)
K
- the key typeV
- the value typeT
- E
- f
- @Beta public static <K,V,E extends Exception> Try.Predicate<Map.Entry<K,V>,E> ep(Try.BiPredicate<? super K,? super V,E> p)
K
- the key typeV
- the value typeE
- p
- @Beta public static <K,V,E extends Exception> Try.Consumer<Map.Entry<K,V>,E> ec(Try.BiConsumer<? super K,? super V,E> c)
K
- the key typeV
- the value typeE
- c
- public static <K,V,T,E extends Exception> Function<Map.Entry<K,V>,T> ff(Try.BiFunction<? super K,? super V,? extends T,E> f)
K
- the key typeV
- the value typeT
- E
- f
- public static <K,V,E extends Exception> Predicate<Map.Entry<K,V>> pp(Try.BiPredicate<? super K,? super V,E> p)
K
- the key typeV
- the value typeE
- p
- public static <K,V,E extends Exception> Consumer<Map.Entry<K,V>> cc(Try.BiConsumer<? super K,? super V,E> c)
K
- the key typeV
- the value typeE
- c
- Copyright © 2019. All rights reserved.