Package net.anwiba.commons.ensure
Class IsEmptyCollectionCondition<T extends java.util.Collection<?>>
- java.lang.Object
-
- net.anwiba.commons.ensure.IsEmptyCollectionCondition<T>
-
- All Implemented Interfaces:
ICondition<T>
public class IsEmptyCollectionCondition<T extends java.util.Collection<?>> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IsEmptyCollectionCondition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccept(T value)java.lang.StringtoString()java.lang.StringtoText()
-
-
-
Method Detail
-
accept
public boolean accept(T value)
-
toText
public java.lang.String toText()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-