c

com.mfglabs.stream.extensions.shapeless

CoproductFanInShape

class CoproductFanInShape[C <: Coproduct, HL <: HList] extends FanInShape[C]

The custom FanInShape used by CoproductFlexiMerge to build typed inlets from types in the Coproduct

Self Type
CoproductFanInShape[C, HL]
Source
ShapelessExtensions.scala
Linear Supertypes
FanInShape[C], Shape, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CoproductFanInShape
  2. FanInShape
  3. Shape
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CoproductFanInShape(builder: Aux[C, C, HL], _init: Init[C] = ...)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val builder: Aux[C, C, HL]
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def construct(i: Init[C]): CoproductFanInShape[(builder)#Sub, (builder)#Out]
    Attributes
    protected
    Definition Classes
    CoproductFanInShape → FanInShape
  8. final def copyFromPorts(inlets: Seq[Inlet[_]], outlets: Seq[Outlet[_]]): FanInShape[C]
    Definition Classes
    FanInShape → Shape
  9. def deepCopy(): FanInShape[C]
    Definition Classes
    FanInShape → Shape
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  14. def getInlets: List[Inlet[_]]
    Definition Classes
    Shape
  15. def getOutlets: List[Outlet[_]]
    Definition Classes
    Shape
  16. def hasSamePortsAndShapeAs(s: Shape): Boolean
    Definition Classes
    Shape
  17. def hasSamePortsAs(s: Shape): Boolean
    Definition Classes
    Shape
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  19. final def inlets: Seq[Inlet[_]]
    Definition Classes
    FanInShape → Shape
  20. val ins: HL
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def newInlet[T](name: String): Inlet[T]
    Attributes
    protected
    Definition Classes
    FanInShape
  24. final def notify(): Unit
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  26. final def out: Outlet[C]
    Definition Classes
    FanInShape
  27. final def outlets: Seq[Outlet[_]]
    Definition Classes
    FanInShape → Shape
  28. def requireSamePortsAndShapeAs(s: Shape): Unit
    Definition Classes
    Shape
  29. def requireSamePortsAs(s: Shape): Unit
    Definition Classes
    Shape
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from FanInShape[C]

Inherited from Shape

Inherited from AnyRef

Inherited from Any

Ungrouped