S
- the generic type for a stateA
- the generic type for an actionR
- the generic type of a random outcome@FunctionalInterface public interface StateTransitionFunction<S,A,R>
Modifier and Type | Method and Description |
---|---|
S |
apply(S state,
A action,
R randomOutcome)
The state transition function
|
Copyright © 2017–2018. All rights reserved.