Condition With Res
class ConditionWithRes<Self : ActionCheckBuilder<Self, Res, WrappedRes, Check>, Res, WrappedRes, Check : Check<WrappedRes>>(builder: Self, condition: Function2<WrappedRes, Session, Validation<PrimitiveBool>>)
Content copied to clipboard
Constructors
Link copied to clipboard
fun <Self : ActionCheckBuilder<Self, Res, WrappedRes, Check>, WrappedRes> ConditionWithRes(builder: Self, condition: Function2<WrappedRes, Session, Validation<PrimitiveBool>>)
Content copied to clipboard