Package com. github. phisgr. gatling. kt. internal
Types
Link copied to clipboard
Link copied to clipboard
abstract class ActionCheckBuilder<Self : ActionCheckBuilder<Self, Res, WrappedRes, Check>, Res, WrappedRes, Check : Check<WrappedRes>>(from: From<Res>) : ActionBuilder
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Scala acts weird with primitive wrappers
Functions
Link copied to clipboard
Like validation, but no allocation of a new Success object.
Link copied to clipboard
Link copied to clipboard
See safely in the package object of [io.gatling.commons.validation].
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun Predicate<Session>.toExpression(): Function1<Session, Validation<PrimitiveBool>>
Content copied to clipboard
Like Expressions.javaBooleanFunctionToExpression, but for the specialized Predicate type.
Link copied to clipboard
fun <T> BiPredicate<T, Session>.toFunction2(): Function2<T, Session, Validation<PrimitiveBool>>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Inline version of [io.gatling.javaapi.core.internal.Expressions.validation]