Searched defs:finisher (Results 1 – 2 of 2) sorted by relevance
151 private final Function<A, R> finisher; field in CollectorImpl157 Function<A,R> finisher, in CollectorImpl()189 public Function<A, R> finisher() { in finisher() method in CollectorImpl
233 Function<A, R> finisher(); in finisher() method294 Function<A, R> finisher, in of()