Class Aggregate
java.lang.Object
microsim.collection.Aggregate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> voidapplyToFilter(Iterable<T> collection, Predicate<T> predicate, Consumer<T> closure)
-
Constructor Details
-
Aggregate
public Aggregate()
-
-
Method Details
-
applyToFilter
-