Packages

  • package root
    Definition Classes
    root
  • package advxml
    Definition Classes
    root
  • package core
    Definition Classes
    advxml
  • package data
  • package transform
  • package utils
  • =:!=
  • AppEuCase
  • AppExCase
  • AppExOrEu
  • AppNelExCase
  • LowerPriorityImplicits
  • MonadEx
  • package instances

    This object is the entry point to access to all features instances provided by Advxml.

    This object is the entry point to access to all features instances provided by Advxml.

    You can import all instances using:

    import advxml.instances._

    Otherwise you can import only a specific part of instances using:

    //import advxml.implicits.[feature_name]._
    //example
    import advxml.instances.transform._
    Definition Classes
    advxml
  • package syntax

    This object is the entry point to access to all syntax implicits provided by Advxml.

    This object is the entry point to access to all syntax implicits provided by Advxml.

    You can import all implicits using:

    import advxml.implicits._

    Otherwise you can import only a specific part of implicits using:

    //import advxml.implicits.[feature_name]._
    //example
    import advxml.implicits.transform._
    Definition Classes
    advxml

package core

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

Package Members

  1. package data
  2. package transform
  3. package utils

Type Members

  1. sealed class =:!=[A, B] extends AnyRef
  2. type AppEu[F[_]] = ApplicativeError[F, Unit]
  3. case class AppEuCase[F[_]](app: AppEu[F]) extends AppExOrEu[F] with Product with Serializable
  4. type AppEx[F[_]] = ApplicativeError[F, Throwable]
  5. case class AppExCase[F[_]](app: AppEx[F]) extends AppExOrEu[F] with Product with Serializable
  6. sealed trait AppExOrEu[F[_]] extends Applicative[F]
    Annotations
    @implicitAmbiguous("""Multiple instances of ApplicativeError[${F}, Throwable] or ApplicativeError[${F}, Unit] in the scope," +
    ", try to set {F} type explicitly."""
    )
    @implicitNotFound("""Missing ApplicativeError[${F}, Throwable] or ApplicativeError[${F}, Unit] in the scope.""")
  7. type AppNelEx[F[_]] = ApplicativeError[F, ThrowableNel]
  8. case class AppNelExCase[F[_]](app: AppNelEx[F]) extends AppExOrEu[F] with Product with Serializable
  9. trait LowerPriorityImplicits extends AnyRef
  10. type MonadEx[F[_]] = MonadError[F, Throwable]

Value Members

  1. object =:!= extends LowerPriorityImplicits
  2. object AppExOrEu extends AppExOrEuInstances with Serializable
  3. object MonadEx

Inherited from AnyRef

Inherited from Any

Ungrouped