public interface QProvider extends QFunction
Modifier and Type | Interface and Description |
---|---|
static class |
QProvider.Helper
A class of helper static methods that may be commonly used by code that uses a QFunction instance.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<QValue> |
qValues(State s)
Returns a
List of QValue objects for ever permissible action for the given input state. |
value