Package

com.rayrobdod.json

union

Permalink

package union

Contains various tagged unions that are used in preference to Any-promotion.

Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. union
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait CborValue extends AnyRef

    Permalink

    A union type representing primitive types in Cbor objects

    A union type representing primitive types in Cbor objects

    Version

    3.1

    Since

    3.0

  2. sealed trait JsonValue extends AnyRef

    Permalink

    A union type representing primitive types in Json objects

    A union type representing primitive types in Json objects

    Version

    3.1

    Since

    3.0

  3. sealed trait ParserRetVal[+Complex, +Primitive] extends AnyRef

    Permalink

    A union type representing possible return values of Parser.parse.

    A union type representing possible return values of Parser.parse.

    Version

    3.0.1

    Since

    3.0

  4. sealed trait StringOrInt extends AnyRef

    Permalink

    A union type where the possible values are a String or Int

    A union type where the possible values are a String or Int

    Since

    3.0

Value Members

  1. object CborValue

    Permalink

    The cases of CborValue and methods to convert other things into CborValues.

    The cases of CborValue and methods to convert other things into CborValues.

    Version

    3.1

    Since

    3.0

  2. object JsonValue

    Permalink

    The cases of JsonValue and methods to convert other things into JsonValues.

    The cases of JsonValue and methods to convert other things into JsonValues.

    Since

    3.0

  3. object ParserRetVal

    Permalink

    A container for the types of ParserRetVals

    A container for the types of ParserRetVals

    Version

    3.0.1

    Since

    3.0

  4. object StringOrInt

    Permalink

    The cases of StringOrInt and implicits to convert other things into StringOrInts.

    The cases of StringOrInt and implicits to convert other things into StringOrInts.

    Since

    3.0

Inherited from AnyRef

Inherited from Any

Ungrouped