java.lang.Object
de.rpgframework.genericrpg.chargen.ControllerUtil
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung<D extends ComplexDataItem>
OperationResult<Boolean> canBeSelected(D value, Decision... decisions) Test if there are decisions for all choices
-
Konstruktordetails
-
ControllerUtil
public ControllerUtil()
-
-
Methodendetails
-
canBeSelected
public <D extends ComplexDataItem> OperationResult<Boolean> canBeSelected(D value, Decision... decisions) Test if there are decisions for all choices- Siehe auch:
-