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