Package in.hocg.boot.utils.lambda.map
Interface LambdaMap<V>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default <T> Vget(SFunction<T,?> keyFunction)default <T> IntegergetAsInt(SFunction<T,?> keyFunction)default <T> StringgetAsString(SFunction<T,?> keyFunction)default <T> VgetOrDefault(SFunction<T,?> keyFunction, V defaultValue)default <T> Stringkey(SFunction<T,?> keyFunction)default <T> Vput(SFunction<T,?> keyFunction, V value)default <T> Vremove(SFunction<T,?> keyFunction)-
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-