Package

octopus

Permalink

package octopus

Visibility
  1. Public
  2. All

Type Members

  1. trait AppError[M[_]] extends Serializable

    Permalink
    Annotations
    @implicitNotFound( ... )
  2. trait AsyncValidatorM[M[_], T] extends AnyRef

    Permalink
  3. final case class CollectionIndex(index: Int) extends AnyVal with PathElement with Product with Serializable

    Permalink
  4. final class DerivedAsyncValidator[M[_], T] extends AnyVal

    Permalink
  5. final class DerivedValidator[T] extends AnyVal

    Permalink
  6. final case class FieldLabel(label: Symbol) extends AnyVal with PathElement with Product with Serializable

    Permalink
  7. final case class FieldPath(parts: List[PathElement]) extends AnyVal with Serializable with Product

    Permalink
  8. trait LowPriorityAsyncValidatorDerivation extends Serializable

    Permalink
  9. trait LowPriorityValidatorDerivation extends Serializable

    Permalink
  10. final case class MapKey(key: String) extends AnyVal with PathElement with Product with Serializable

    Permalink
  11. sealed trait PathElement extends Serializable

    Permalink
  12. case class ValidationError(message: String, path: FieldPath = FieldPath.empty) extends Serializable with Product

    Permalink
  13. sealed class ValidationResult[T] extends Serializable

    Permalink
  14. trait Validator[T] extends Serializable

    Permalink

Value Members

  1. object AppError extends Serializable

    Permalink
  2. object AsyncValidationRules extends Serializable

    Permalink
  3. object AsyncValidatorM extends Serializable

    Permalink
  4. object DerivedAsyncValidator extends LowPriorityAsyncValidatorDerivation

    Permalink
  5. object DerivedValidator extends LowPriorityValidatorDerivation

    Permalink
  6. object FieldPath extends Serializable

    Permalink
  7. object ValidationRules extends Serializable

    Permalink
  8. object Validator extends Serializable

    Permalink
  9. object dsl

    Permalink
  10. object syntax

    Permalink

Ungrouped