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