public interface BooleanTriPredicate extends Throwables.BooleanTriPredicate<RuntimeException>
Modifier and Type | Field and Description |
---|---|
static BooleanTriPredicate |
ALWAYS_FALSE |
static BooleanTriPredicate |
ALWAYS_TRUE |
Modifier and Type | Method and Description |
---|---|
default BooleanTriPredicate |
and(BooleanTriPredicate other) |
default BooleanTriPredicate |
negate() |
default BooleanTriPredicate |
or(BooleanTriPredicate other) |
boolean |
test(boolean a,
boolean b,
boolean c) |
static final BooleanTriPredicate ALWAYS_TRUE
static final BooleanTriPredicate ALWAYS_FALSE
boolean test(boolean a, boolean b, boolean c)
test
in interface Throwables.BooleanTriPredicate<RuntimeException>
default BooleanTriPredicate negate()
default BooleanTriPredicate and(BooleanTriPredicate other)
default BooleanTriPredicate or(BooleanTriPredicate other)
Copyright © 2020. All rights reserved.