Engine icon indicating copy to clipboard operation
Engine copied to clipboard

Update Action so its a functional Interface

Open doridori opened this issue 9 years ago • 0 comments

Would be better if Action was a single arg functional interface, then we could use java 8 lambdas :) Instead of the current abstract Action we could have the functional interface which accepts the Action as a param in case need to pull passed data from it via https://github.com/doridori/Engine/blob/master/src/main/java/com/kodroid/engine/FsmEngine.java#L433

doridori avatar Jul 18 '16 10:07 doridori