Uses of Interface
pascal.taie.util.TriFunction
-
Uses of TriFunction in pascal.taie.util.collection
Modifier and TypeMethodDescriptionvoid
MapMapTwoKeyMap.replaceALl
(TriFunction<? super K1, ? super K2, ? super V, ? extends V> function) void
TwoKeyMap.replaceALl
(TriFunction<? super K1, ? super K2, ? super V, ? extends V> function) Replaces each entry's value with the result of invoking the given function on that entry until all entries have been processed or the function throws an exception.