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. abstract class Validation[+T] extends AnyRef

Value Members

  1. val NoneSuccess: Validation[None.type]

Inherited from AnyRef

Inherited from Any

Ungrouped