java.lang.Object
org.eclipse.collections.impl.block.procedure.GroupByUniqueKeyProcedure<T,K>
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.collections.api.block.procedure.Procedure
accept
-
Constructor Details
-
GroupByUniqueKeyProcedure
public GroupByUniqueKeyProcedure(Map<K,T> newMap,
Function<? super T,? extends K> newKeyFunction)
-