| 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(Throwables.BiConsumer<? super K,? super V,E> c) |
static <K,V,E extends Exception> |
ec(Throwables.BiConsumer<? super K,? super V,E> c) |
static <K,V,T,E extends Exception> |
ef(Throwables.BiFunction<? super K,? super V,? extends T,E> f) |
static <K,V,E extends Exception> |
ep(Throwables.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(Throwables.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(Throwables.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> Throwables.Function<Map.Entry<K,V>,T,E> ef(Throwables.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> Throwables.Predicate<Map.Entry<K,V>,E> ep(Throwables.BiPredicate<? super K,? super V,E> p)
K - the key typeV - the value typeE - p - @Beta public static <K,V,E extends Exception> Throwables.Consumer<Map.Entry<K,V>,E> ec(Throwables.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(Throwables.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(Throwables.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(Throwables.BiConsumer<? super K,? super V,E> c)
K - the key typeV - the value typeE - c - Copyright © 2021. All rights reserved.