Packages

p

advxml.core

validate

package validate

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. validate
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type EitherEx[+T] = Either[Throwable, T]
  2. type EitherNelEx[+T] = Either[NonEmptyList[Throwable], T]
  3. type MonadEx[F[_]] = MonadError[F, Throwable]
  4. type MonadNelEx[F[_]] = MonadError[F, ThrowableNel]
  5. type ThrowableNel = NonEmptyList[Throwable]
  6. type ValidatedNelEx[+T] = Validated[NonEmptyList[Throwable], T]
  7. type ValidatedEx[+T] = Validated[NonEmptyList[Throwable], T]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.2.0) This type alias will be removed in the future releases, please use ValidatedNelEx instead.

Value Members

  1. object MonadEx
  2. object MonadNelEx
  3. object ValidatedNelEx

Inherited from AnyRef

Inherited from Any

Ungrouped