public class SilentPerformableFunction extends Object implements Performable, CanBeSilent
Constructor and Description |
---|
SilentPerformableFunction(Consumer<Actor> actions) |
Modifier and Type | Method and Description |
---|---|
boolean |
isSilent() |
<T extends Actor> |
performAs(T actor) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
then
public <T extends Actor> void performAs(T actor)
performAs
in interface Performable
public boolean isSilent()
isSilent
in interface CanBeSilent
Copyright © 2022. All rights reserved.