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