- All Implemented Interfaces:
Function<io.dialob.api.proto.Action,Command<?>>
public final class ActionToCommandMapper
extends Object
implements Function<io.dialob.api.proto.Action,Command<?>>
-
-
Method Summary
apply(io.dialob.api.proto.Action action)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
-
apply
public Command<?> apply(io.dialob.api.proto.Action action)
- Specified by:
apply in interface Function<io.dialob.api.proto.Action,Command<?>>