Class Utils
- java.lang.Object
-
- com.heershingenmosiken.assertions.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> voidfilter(java.util.Collection<T> queue, com.heershingenmosiken.assertions.Utils.Predicate<T> filter)static <T> voidforEach(java.util.Collection<T> collection, com.heershingenmosiken.assertions.Utils.Consumer<T> consumer)
-