public class MatchResult extends Object
Modifier and Type | Field and Description |
---|---|
static MatchResult |
FALSE |
static MatchResult |
TRUE |
Modifier and Type | Method and Description |
---|---|
MatchResult |
and(MatchResult other) |
Map<String,String> |
getEventParameters() |
boolean |
matched() |
static MatchResult |
of(boolean matches) |
static MatchResult |
of(boolean matches,
Map<String,String> eventParameters) |
public static final MatchResult FALSE
public static final MatchResult TRUE
public static MatchResult of(boolean matches)
public static MatchResult of(boolean matches, Map<String,String> eventParameters)
public MatchResult and(MatchResult other)
public boolean matched()
Copyright © 2021. All rights reserved.