public class Condition extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Condition.Builder |
| Constructor and Description |
|---|
Condition() |
| Modifier and Type | Method and Description |
|---|---|
static Condition.Builder |
builder() |
static Condition.Builder |
builder(Condition other) |
Combiner |
combiner() |
boolean |
equals(Object o) |
int |
hashCode() |
List<Matcher> |
matchers() |
void |
setCombiner(Combiner combiner) |
void |
setMatchers(List<Matcher> matchers) |
String |
toString() |
public Combiner combiner()
public void setCombiner(Combiner combiner)
public static Condition.Builder builder()
public static Condition.Builder builder(Condition other)
Copyright © 2017. All rights reserved.