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