public class IfNotEmpty extends ValueIf<Object>
Satisfies the opposite of IfEmpty - returns true if the value is not null and not an empty String, Collection, or Map.
IfNotEmpty()
boolean
matchesValue(Object value)
matchesPojo
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public IfNotEmpty()
public boolean matchesValue(Object value)
If
value
Copyright © 2017. All rights reserved.