Class Utils


  • public final class Utils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Utils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> void filter​(java.util.Collection<T> queue, com.heershingenmosiken.assertions.Utils.Predicate<T> filter)  
      static <T> void forEach​(java.util.Collection<T> collection, com.heershingenmosiken.assertions.Utils.Consumer<T> consumer)  
      • Methods inherited from class java.lang.Object

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

      • Utils

        public Utils()
    • Method Detail

      • forEach

        public static <T> void forEach​(java.util.Collection<T> collection,
                                       com.heershingenmosiken.assertions.Utils.Consumer<T> consumer)
      • filter

        public static <T> void filter​(java.util.Collection<T> queue,
                                      com.heershingenmosiken.assertions.Utils.Predicate<T> filter)