public class IfEmptyString extends ValueIf<String>
Simple If condition that returns true if the value is an empty string. Note that a null string still returns false.
IfEmptyString()
boolean
matchesValue(String value)
matchesPojo
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public IfEmptyString()
public boolean matchesValue(String value)
If
value
Copyright © 2015. All rights reserved.