io.gatling.core

validation

package validation

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. validation
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class Failure(message: String) extends Validation[Nothing] with Product with Serializable

  2. implicit final class FailureWrapper extends AnyVal

  3. case class Success[+T](value: T) extends Validation[T] with Product with Serializable

  4. implicit final class SuccessWrapper[T] extends AnyVal

  5. sealed abstract class Validation[+T] extends AnyRef

Value Members

  1. val FalseSuccess: Validation[Boolean]

  2. val NoneSuccess: Validation[None.type]

  3. val NullStringSuccess: Validation[String]

  4. val TrueSuccess: Validation[Boolean]

Inherited from AnyRef

Inherited from Any

Ungrouped