public interface MatchResult
| Modifier and Type | Field and Description |
|---|---|
static MatchResult |
FALSE |
static MatchResult |
TRUE |
| Modifier and Type | Method and Description |
|---|---|
static MatchResult |
fromBoolean(boolean match) |
boolean |
isMatch() |
static final MatchResult TRUE
static final MatchResult FALSE
boolean isMatch()
@Nonnull static MatchResult fromBoolean(boolean match)