public final class BooleanPredicates extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate |
alwaysFalse() |
static org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate |
alwaysTrue() |
static org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate |
and(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate one,
org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate two) |
static org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate |
equal(boolean expected) |
static org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate |
isFalse() |
static org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate |
isTrue() |
static org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate |
not(boolean expected) |
static org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate |
not(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate negate) |
static org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate |
or(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate one,
org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate two) |
public static org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate equal(boolean expected)
public static org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate not(boolean expected)
public static org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate isTrue()
public static org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate isFalse()
public static org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate alwaysTrue()
public static org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate alwaysFalse()
public static org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate and(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate one,
org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate two)
public static org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate or(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate one,
org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate two)
public static org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate not(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate negate)
Copyright © 2004–2017. All rights reserved.