public class Lambdas extends Object
| Constructor and Description |
|---|
Lambdas() |
| Modifier and Type | Method and Description |
|---|---|
static <K,V,R> R |
apply(Map.Entry<K,V> e,
BiFunction<K,V,R> transformation) |
static <K,V> Predicate<? super Map.Entry<K,V>> |
entryTest(BiPredicate<K,V> predicate) |
public static <K,V> Predicate<? super Map.Entry<K,V>> entryTest(BiPredicate<K,V> predicate)
public static <K,V,R> R apply(Map.Entry<K,V> e, BiFunction<K,V,R> transformation)
Copyright © 2014–2016 Nikolche Mihajlovski and contributors. All rights reserved.