c

com.mfglabs.stream.extensions.shapeless

CoproductFanOutShape

class CoproductFanOutShape[C <: Coproduct, HL <: HList] extends FanOutShape[C]

The custom FanOutShape used by CoproductFlexiRoute to build typed outlets from types in the Coproduct

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

Instance Constructors

  1. new CoproductFanOutShape(builder: Aux[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, HL]
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def construct(i: Init[C]): CoproductFanOutShape[C, (builder)#Out]
    Attributes
    protected
    Definition Classes
    CoproductFanOutShape → FanOutShape
  8. final def copyFromPorts(inlets: Seq[Inlet[_]], outlets: Seq[Outlet[_]]): FanOutShape[C]
    Definition Classes
    FanOutShape → Shape
  9. def deepCopy(): FanOutShape[C]
    Definition Classes
    FanOutShape → 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 in: Inlet[C]
    Definition Classes
    FanOutShape
  20. final def inlets: Seq[Inlet[_]]
    Definition Classes
    FanOutShape → Shape
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def newOutlet[T](name: String): Outlet[T]
    Attributes
    protected
    Definition Classes
    FanOutShape
  24. final def notify(): Unit
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  26. final def outlets: Seq[Outlet[_]]
    Definition Classes
    FanOutShape → Shape
  27. val outs: (builder)#Out
  28. def requireSamePortsAndShapeAs(s: Shape): Unit
    Definition Classes
    Shape
  29. def requireSamePortsAs(s: Shape): Unit
    Definition Classes
    Shape
  30. val rnd: Random
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from FanOutShape[C]

Inherited from Shape

Inherited from AnyRef

Inherited from Any

Ungrouped