public interface IBooleanFunction
Modifier and Type | Field and Description |
---|---|
static IBooleanFunction |
AND |
static IBooleanFunction |
CAUSED_BY |
static IBooleanFunction |
CAUSES |
static IBooleanFunction |
FALSE |
static IBooleanFunction |
FIRST |
static IBooleanFunction |
NOT_AND |
static IBooleanFunction |
NOT_FIRST |
static IBooleanFunction |
NOT_OR |
static IBooleanFunction |
NOT_SAME |
static IBooleanFunction |
NOT_SECOND |
static IBooleanFunction |
ONLY_FIRST |
static IBooleanFunction |
ONLY_SECOND |
static IBooleanFunction |
OR |
static IBooleanFunction |
SAME |
static IBooleanFunction |
SECOND |
static IBooleanFunction |
TRUE |
Modifier and Type | Method and Description |
---|---|
boolean |
apply(boolean p_apply_1_,
boolean p_apply_2_) |
static final IBooleanFunction FALSE
static final IBooleanFunction NOT_OR
static final IBooleanFunction ONLY_SECOND
static final IBooleanFunction NOT_FIRST
static final IBooleanFunction ONLY_FIRST
static final IBooleanFunction NOT_SECOND
static final IBooleanFunction NOT_SAME
static final IBooleanFunction NOT_AND
static final IBooleanFunction AND
static final IBooleanFunction SAME
static final IBooleanFunction SECOND
static final IBooleanFunction CAUSES
static final IBooleanFunction FIRST
static final IBooleanFunction CAUSED_BY
static final IBooleanFunction OR
static final IBooleanFunction TRUE