public class BooleanValuePredicate extends java.lang.Object implements ValuePredicate<java.lang.Boolean>
| Modifier and Type | Field and Description |
|---|---|
static BooleanValuePredicate |
FALSE |
static BooleanValuePredicate |
TRUE |
public static final BooleanValuePredicate TRUE
public static final BooleanValuePredicate FALSE
public boolean apply(@Nullable
java.lang.Boolean input)
apply in interface com.google.common.base.Predicate<java.lang.Boolean>public java.lang.Boolean getValue()
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in interface ValuePredicate<java.lang.Boolean>hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in interface com.google.common.base.Predicate<java.lang.Boolean>equals in interface ValuePredicate<java.lang.Boolean>equals in class java.lang.Object