Class/Object

org.datacrafts.noschema.operator

CoproductOperator

Related Docs: object CoproductOperator | package operator

Permalink

abstract class CoproductOperator[T, O] extends Operator[T] with Default

Linear Supertypes
Default, Slf4jLogging, Operator[T], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CoproductOperator
  2. Default
  3. Slf4jLogging
  4. Operator
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CoproductOperator()

    Permalink

Abstract Value Members

  1. abstract def coproduct: NoSchemaCoproduct[T]

    Permalink
    Attributes
    protected
  2. abstract def coproductInfoToOutput(coproductInfo: CoproductInfo): O

    Permalink
    Attributes
    protected
  3. abstract def matchInputWithCoproductElement(input: Any, coproductElement: CoproductElement[_]): Option[Any]

    Permalink
  4. abstract def operation: Operation[T]

    Permalink
    Definition Classes
    Operator

Concrete 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. def clone(): AnyRef

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

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

    Permalink
    Definition Classes
    Default → Slf4jLogging
  8. def default: Option[T]

    Permalink
    Definition Classes
    Operator
  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. final def marshal(input: Any): T

    Permalink
    Definition Classes
    Operator
  25. final def marshalNoneNull(input: Any): T

    Permalink
    Attributes
    protected
    Definition Classes
    CoproductOperatorOperator
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. final def newCoproductBuilder(): CoproductBuilder[O]

    Permalink
    Attributes
    protected
  28. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  30. final def parse(input: Any): TypeValueExtractor

    Permalink
    Attributes
    protected
  31. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    Operator → AnyRef → Any
  33. final def unmarshal(input: T): Any

    Permalink
    Definition Classes
    Operator
  34. final def unmarshalNoneNull(input: T): O

    Permalink
    Attributes
    protected
    Definition Classes
    CoproductOperatorOperator
  35. final def wait(): Unit

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

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

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

Inherited from Default

Inherited from Slf4jLogging

Inherited from Operator[T]

Inherited from AnyRef

Inherited from Any

Ungrouped