Class Aggregate


  • public class Aggregate
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Aggregate()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> void applyToFilter​(java.lang.Iterable<T> collection, org.apache.commons.collections4.Predicate<T> predicate, org.apache.commons.collections4.Closure<T> closure)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Aggregate

        public Aggregate()
    • Method Detail

      • applyToFilter

        public static <T> void applyToFilter​(java.lang.Iterable<T> collection,
                                             org.apache.commons.collections4.Predicate<T> predicate,
                                             org.apache.commons.collections4.Closure<T> closure)