public class ConditionalPerformable extends java.lang.Object implements Performable
| Constructor and Description |
|---|
ConditionalPerformable(Question<java.lang.Boolean> shouldNotPerform,
Performable task) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Actor> |
performAs(T actor) |
public ConditionalPerformable(Question<java.lang.Boolean> shouldNotPerform, Performable task)
public <T extends Actor> void performAs(T actor)
performAs in interface Performable