Packages

p

io.gatling.commons

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
Visibility
  1. Public
  2. All

Type Members

  1. final case class Failure(message: String) extends Validation[Nothing] with Product with Serializable
  2. implicit final class FailureWrapper extends AnyVal
  3. implicit final class OptionWrapper[T] extends AnyVal
  4. final case class Success[+T](value: T) extends Validation[T] with Product with Serializable
  5. implicit final class SuccessWrapper[T] extends AnyVal
  6. implicit final class TryWrapper[T] extends AnyVal
  7. sealed trait 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 safely[T](errorMapper: (String) ⇒ String = identity)(f: ⇒ Validation[T]): Validation[T]
  7. object Validation

Inherited from StrictLogging

Inherited from AnyRef

Inherited from Any

Ungrouped