public interface ImpositionsSpec
Impositions.of(ratpack.func.Action)
Modifier and Type | Method and Description |
---|---|
ImpositionsSpec |
add(Imposition imposition)
Adds the imposition, replacing any previous imposition of the exact same type.
|
ImpositionsSpec add(Imposition imposition)
imposition
- the imposition to addthis