Package ratpack.func
Interface Action.ConditionalSpec<I>
-
- Type Parameters:
I
- the input type
public static interface Action.ConditionalSpec<I>
A spec for adding conditions to a conditional action.- Since:
- 1.5
- See Also:
Action.conditional(Action, Action)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Action.ConditionalSpec<I>
when(Predicate<? super I> predicate, Action<? super I> action)
-