public class None<T> extends Reducer<T,List<T>>
None()
List<T>
reduce(Collection<T> elements)
ReduceType
reducerType()
boolean
willBreak(Collection<T> elements)
getResult, isHasBreak, reduceName, setBreak, setResult
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public None()
public boolean willBreak(Collection<T> elements)
willBreak
Reducer<T,List<T>>
public ReduceType reducerType()
reducerType
public List<T> reduce(Collection<T> elements)
reduce
Copyright © 2022. All rights reserved.