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