Packages

package core

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. core
  2. AllSyntax
  3. StringSyntax
  4. ErrorsSyntax
  5. ClassSyntax
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package syntax

Type Members

  1. type AllErrorsOr[T] = Either[NonEmptyList[Throwable], T]
  2. type AllIssuesOr[A] = Validated[NonEmptyList[Throwable], A]
  3. type EC[_] = ExecutionContext
  4. type ErrorOr[T] = Either[Throwable, T]
  5. type KOp[I, O] = Kleisli[ErrorOr, I, O]

Value Members

  1. implicit final def caseConversionsExposure(s: String): CaseConversions
    Definition Classes
    StringSyntax
  2. def emptyBehavior[A, B](): PartialFunction[A, B]

    makes an emptyBehavior PartialFunction expression that matches no messages at all, ever.

  3. implicit def extractableError[A](error: ErrorOr[A]): ExtractableError[A]
    Definition Classes
    ErrorsSyntax
  4. implicit def extractableErrors[A](errors: AllErrorsOr[A]): ExtractableErrors[A]
    Definition Classes
    ErrorsSyntax
  5. implicit def extractableIssues[A](issues: AllIssuesOr[A]): ExtractableIssues[A]
    Definition Classes
    ErrorsSyntax
  6. def flatten[T](xs: Seq[Try[T]]): Try[Seq[T]]
  7. implicit final def safeSimpleClassnameExposure(c: Class[_]): SafeSimpleName
    Definition Classes
    ClassSyntax

Inherited from AllSyntax

Inherited from StringSyntax

Inherited from ErrorsSyntax

Inherited from ClassSyntax

Inherited from AnyRef

Inherited from Any

Ungrouped