public class CompositePerformable extends Object implements Performable
| Modifier and Type | Method and Description |
|---|---|
static Performable |
from(Performable firstPerformable,
Performable nextPerformable) |
<T extends Actor> |
performAs(T actor) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitthenpublic static Performable from(Performable firstPerformable, Performable nextPerformable)
public <T extends Actor> void performAs(T actor)
performAs in interface PerformableCopyright © 2021. All rights reserved.