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