Package

com.rasterfoundry.backsplash.export

shapes

Permalink

package shapes

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

Type Members

  1. trait CoproductInstances extends AnyRef

    Permalink

    Necessary for evaluating the coproduct of exportable instances (allowing any type which implements the appropriate methods to count as, in some sense, defining an import.

    Necessary for evaluating the coproduct of exportable instances (allowing any type which implements the appropriate methods to count as, in some sense, defining an import. Inspired by this implementation: https://github.com/circe/circe/blob/backport/0.9.3/modules/shapes/src/main/scala/io/circe/shapes/CoproductInstances.scala

Value Members

  1. implicit final def exportableCCons[L, R <: Coproduct](implicit exportL: Exportable[L], exportR: Exportable[R]): Exportable[:+:[L, R]]

    Permalink
    Definition Classes
    CoproductInstances
  2. implicit final val exportableCNil: Exportable[CNil]

    Permalink
    Definition Classes
    CoproductInstances

Inherited from CoproductInstances

Inherited from AnyRef

Inherited from Any

Ungrouped