public interface EntryFunctional
| 限定符和类型 | 方法和说明 |
|---|---|
static <K,V> EntryConsumer<K,V> |
consumer(Consumer2<K,V> consumer2) |
static <K,V,R> EntryFunction<K,V,R> |
function(Function2<K,V,R> function2) |
static <K,V> EntryPredicate<K,V> |
predicate(Predicate2<K,V> predicate2) |
static <K,V,R> EntryFunction<K,V,R> function(Function2<K,V,R> function2)
static <K,V> EntryConsumer<K,V> consumer(Consumer2<K,V> consumer2)
static <K,V> EntryPredicate<K,V> predicate(Predicate2<K,V> predicate2)
Copyright © 2021. All rights reserved.