public abstract class Definition extends Object implements Conclusion
| Modifier and Type | Class and Description |
|---|---|
static interface |
Definition.Rule |
| Constructor and Description |
|---|
Definition() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Context context) |
void |
conclude(Boolean value,
Context context) |
protected abstract void |
define() |
protected Definition.Rule |
when(Check<? super Context> check) |
protected Definition.Rule when(Check<? super Context> check)
public void conclude(Boolean value, Context context)
conclude in interface Conclusionprotected abstract void define()
public void apply(Context context)
Copyright © 2019. All rights reserved.