!act,sam #3889 Adding Activator template FSM/become for Java with Lambda support
* Dining Hakkers Activator template for FSM and become * Cleaup of FSM event matchers to be more usable and consistent
This commit is contained in:
parent
6af33381b3
commit
07e361c684
30 changed files with 1026 additions and 103 deletions
|
|
@ -12,6 +12,8 @@ import scala.PartialFunction;
|
|||
*
|
||||
* @param <I> the input type, that this PartialFunction will be applied to
|
||||
* @param <R> the return type, that the results of the application will have
|
||||
*
|
||||
* This is an EXPERIMENTAL feature and is subject to change until it has received more real world testing.
|
||||
*/
|
||||
class AbstractMatch<I, R> {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue