end Check If
fun endCheckIf(condition: String): StreamStartBuilder.ConditionWithoutRes<Self, Wrapped, Req, Res>
Content copied to clipboard
inline fun endCheckIf(crossinline condition: (Session) -> Boolean): StreamStartBuilder.ConditionWithoutRes<Self, Wrapped, Req, Res>
Content copied to clipboard
fun endCheckIf(condition: Predicate<Session>): StreamStartBuilder.ConditionWithoutRes<Self, Wrapped, Req, Res>
Content copied to clipboard
inline fun endCheckIf(crossinline condition: (GrpcStreamEnd, Session) -> Boolean): StreamStartBuilder.ConditionWithRes<Self, Wrapped, Req, Res>
Content copied to clipboard
fun endCheckIf(condition: BiPredicate<GrpcStreamEnd, Session>): StreamStartBuilder.ConditionWithRes<Self, Wrapped, Req, Res>
Content copied to clipboard