io.gatling.core

validation

package validation

Linear Supertypes
StrictLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. validation
  2. StrictLogging
  3. AnyRef
  4. 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]

  5. val logger: Logger

    Attributes
    protected
    Definition Classes
    StrictLogging
  6. def safe[T](errorMapper: (String) ⇒ String = identity)(f: ⇒ Validation[T]): Validation[T]

Inherited from StrictLogging

Inherited from AnyRef

Inherited from Any

Ungrouped