| Package | Description |
|---|---|
| com.landawn.abacus.util |
| Modifier and Type | Method and Description |
|---|---|
static <K,T> Keyed<K,T> |
Keyed.of(K key,
T val) |
| Modifier and Type | Method and Description |
|---|---|
static <K,T> Function<T,Keyed<K,T>> |
Fn.keyed(Function<? super T,K> keyMapper) |
static <T,K,V> Function<Map.Entry<Keyed<K,T>,V>,T> |
Fn.kk() |
static <K,T> Function<Keyed<K,T>,T> |
Fn.val() |
Copyright © 2021. All rights reserved.