ConditionWithoutRes

class ConditionWithoutRes<Self : ActionCheckBuilder<Self, Res, WrappedRes, Check>, Res, WrappedRes, Check : Check<WrappedRes>>(builder: Self, condition: Function1<Session, Validation<PrimitiveBool>>)

Constructors

Link copied to clipboard
fun <Self : ActionCheckBuilder<Self, Res, WrappedRes, Check>> ConditionWithoutRes(builder: Self, condition: Function1<Session, Validation<PrimitiveBool>>)

Functions

Link copied to clipboard
fun then(vararg checks: CheckBuilder): Self
fun then(vararg checks: From<Res>.() -> CheckBuilder): Self