Searched refs:ToIntBiFunction (Results 1 – 4 of 4) sorted by relevance
42 public interface ToIntBiFunction<T, U> { interface
142 …(long parallelismThreshold, @libcore.util.NonNull java.util.function.ToIntBiFunction<? super @libc… in reduceToInt()
66 import java.util.function.ToIntBiFunction;3863 ToIntBiFunction<? super K, ? super V> transformer, in reduceToInt()6299 final ToIntBiFunction<? super K, ? super V> transformer;6307 ToIntBiFunction<? super K, ? super V> transformer, in MapReduceMappingsToIntTask()6316 final ToIntBiFunction<? super K, ? super V> transformer; in compute()
1049 "ojluni/src/main/java/java/util/function/ToIntBiFunction.java",