| Modifier and Type | Class and Description |
|---|---|
static class |
Find.AndTest
Iff
lhs evaluates to TRUE, then rhs is evaluated and its result is returned. |
static class |
Find.CommaTest
Evaluates
lhs, then rhs, and returns the result of the latter evaluation. |
static class |
Find.OrTest
Iff
lhs evaluates to FALSE, then rhs is evaluated and its result is returned. |
Copyright © 2019 Arno Unkrig. All rights reserved.