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