Class/Object

org.datacrafts.noschema

ShapelessCoproduct

Related Docs: object ShapelessCoproduct | package noschema

Permalink

class ShapelessCoproduct[T, R <: Coproduct] extends NoSchemaCoproduct[T]

Linear Supertypes
NoSchemaCoproduct[T], NoSchema[T], Default, Slf4jLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ShapelessCoproduct
  2. NoSchemaCoproduct
  3. NoSchema
  4. Default
  5. Slf4jLogging
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ShapelessCoproduct(members: Seq[CoproductElement[_]], generic: Aux[T, R], shapeless: ShapelessCoproductAdapter[R], st: ScalaType[T])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val category: NoSchema.Category.Value

    Permalink
    Definition Classes
    NoSchema
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def dataCraftsLogName: String

    Permalink
    Attributes
    protected
    Definition Classes
    Default
  8. lazy val dataCraftsLogger: Logger

    Permalink
    Definition Classes
    Default → Slf4jLogging
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. final def logDebug(msg: ⇒ String): Unit

    Permalink
    Definition Classes
    Slf4jLogging
  16. final def logError(msg: ⇒ String, t: Throwable): Unit

    Permalink
    Definition Classes
    Slf4jLogging
  17. final def logError(msg: ⇒ String): Unit

    Permalink
    Definition Classes
    Slf4jLogging
  18. final def logInfo(msg: ⇒ String, t: Throwable): Unit

    Permalink
    Definition Classes
    Slf4jLogging
  19. final def logInfo(msg: ⇒ String): Unit

    Permalink
    Definition Classes
    Slf4jLogging
  20. final def logTrace(msg: ⇒ String, t: Throwable): Unit

    Permalink
    Definition Classes
    Slf4jLogging
  21. final def logTrace(msg: ⇒ String): Unit

    Permalink
    Definition Classes
    Slf4jLogging
  22. final def logWarning(msg: ⇒ String, t: Throwable): Unit

    Permalink
    Definition Classes
    Slf4jLogging
  23. final def logWarning(msg: ⇒ String): Unit

    Permalink
    Definition Classes
    Slf4jLogging
  24. def marshal(typeExtractor: TypeValueExtractor, operation: Operation[T]): T

    Permalink
    Definition Classes
    ShapelessCoproductNoSchemaCoproduct
  25. val members: Seq[CoproductElement[_]]

    Permalink
    Definition Classes
    NoSchemaCoproduct
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. val nullable: Boolean

    Permalink
    Definition Classes
    NoSchema
  30. final lazy val scalaType: ScalaType[T]

    Permalink
    Definition Classes
    NoSchema
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def toString(): String

    Permalink
    Definition Classes
    NoSchema → AnyRef → Any
  33. def unmarshal(input: T, emptyUnion: UnionTypeValueCollector, operation: Operation[T]): UnionTypeValueCollector

    Permalink
    Definition Classes
    ShapelessCoproductNoSchemaCoproduct
  34. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from NoSchemaCoproduct[T]

Inherited from NoSchema[T]

Inherited from Default

Inherited from Slf4jLogging

Inherited from AnyRef

Inherited from Any

Ungrouped