Searched defs:collect (Results 1 – 5 of 5) sorted by relevance
453 <R> R collect(Supplier<R> supplier, in collect() method
445 <R> R collect(Supplier<R> supplier, in collect() method
450 <R> R collect(Supplier<R> supplier, in collect() method
316 public static <P_IN, P_OUT> Node<P_OUT> collect(PipelineHelper<P_OUT> helper, in collect() method in Nodes
1904 MethodHandle collect = MethodHandles.collectArguments(target, 2, filter); in testCollectArgumentsMultiThreaded() local