Uses of Interface
io.blt.util.functional.ThrowingFunction
Packages that use ThrowingFunction
-
Uses of ThrowingFunction in io.blt.util
Methods in io.blt.util with parameters of type ThrowingFunctionModifier and TypeMethodDescriptionstatic <K,V, E extends Throwable>
VCtr.computeIfAbsent(Map<K, V> map, K key, ThrowingFunction<? super K, ? extends V, E> compute) For the specifiedmap, if there is no value for the specifiedkeythencomputewill be called and the result entered into the map.Ctr.transformValues(Map<K, V> source, ThrowingFunction<? super V, R, E> transform)