Packages

  • package root
    Definition Classes
    root
  • package advxml
    Definition Classes
    root
  • package core
    Definition Classes
    advxml
  • 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
  • ApplicativeDeepFlatMapOps
  • ApplicativeDeepMapOps
  • all
  • data
  • javaConverters
  • transform
p

advxml

syntax

package syntax

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._
Linear Supertypes
AllCommonSyntax, NestedMapSyntax, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. syntax
  2. AllCommonSyntax
  3. NestedMapSyntax
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. implicit class ApplicativeDeepFlatMapOps[F[_], G[_], A] extends AnyRef
    Definition Classes
    NestedMapSyntax
  2. implicit class ApplicativeDeepMapOps[F[_], G[_], A] extends AnyRef
    Definition Classes
    NestedMapSyntax

Value Members

  1. object all extends AllSyntax
  2. object data extends AllDataSyntax
  3. object javaConverters extends JavaScalaConvertersSyntax
  4. object transform extends AllTransformSyntax

Inherited from AllCommonSyntax

Inherited from NestedMapSyntax

Inherited from AnyRef

Inherited from Any

Ungrouped