public class Collect<T> extends Reducer<T,List<T>>
Collect(java.util.function.Predicate<T> predicate)
List<T>
reduce(Collection<T> elements)
boolean
willBreak(Collection<T> elements)
getResult, isHasBreak, setBreak, setResult
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Collect(@Nonnull java.util.function.Predicate<T> predicate)
public boolean willBreak(Collection<T> elements)
willBreak
Reducer<T,List<T>>
public List<T> reduce(Collection<T> elements)
reduce
Copyright © 2022. All rights reserved.