Class

swave.core.StreamOps

FanIn

Related Doc: package StreamOps

Permalink

sealed class FanIn[L <: HList, C <: Coproduct, Sup, Repr[_]] extends AnyRef

Heterogeneous fan-in, where the fan-in streams have potentially differing types.

L

element types of all unterminated fan-in sub-streams as an HList

C

element types of all unterminated fan-in sub-streams as a Coproduct

Sup

super-type of all unterminated fan-in sub-streams

Repr

underlying representation

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FanIn
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract type FI[LL <: HList, CC <: Coproduct, S] <: FanIn[LL, CC, S, Repr]

    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 asBranchOut: BranchOut[L, HNil, CNil, Nothing, Repr]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. final def attach[T, Sup2, P <: HList, Q <: Coproduct](sub: Stream[T])(implicit ev0: Lub[Sup, T, Sup2], ev1: shapeless.ops.hlist.Prepend.Aux[L, ::[T, HNil], P], ev2: shapeless.ops.coproduct.Prepend.Aux[C, :+:[T, CNil], Q]): FI[P, Q, Sup2]

    Permalink
  7. final def attachAll[S, Sup2 >: Sup](subs: Traversable[S])(implicit ev: Aux[S, Sup2]): FanIn0[Sup2, Repr]

    Permalink
  8. final def attachLeft[T, Sup2](sub: Stream[T])(implicit ev: Lub[Sup, T, Sup2]): FI[::[T, L], :+:[T, C], Sup2]

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def copy[LL <: HList, CC <: Coproduct, S](subs: InportList): FI[LL, CC, S]

    Permalink
    Attributes
    protected
  11. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. final def fanInConcat(implicit ev: FanInReq[L]): Repr[Sup]

    Permalink
  14. final def fanInFirstNonEmpty(implicit ev: FanInReq[L]): Repr[Sup]

    Permalink
  15. final def fanInInterleave(segmentSize: Int, eagerComplete: Boolean)(implicit ev: FanInReq[L]): Repr[Sup]

    Permalink
  16. final def fanInMerge(eagerComplete: Boolean = false)(implicit ev: FanInReq[L]): Repr[Sup]

    Permalink
  17. final def fanInMergeSorted(eagerComplete: Boolean = false)(implicit ev: FanInReq[L], ord: Ordering[Sup]): Repr[Sup]

    Permalink
  18. final def fanInToCoproduct(eagerComplete: Boolean = true)(implicit ev: FanInReq[L]): Repr[C]

    Permalink
  19. final def fanInToHList(implicit ev: FanInReq[L]): Repr[L]

    Permalink
  20. final def fanInToProduct[T](implicit ev: FanInReq[L], gen: Productable[T, L]): Repr[T]

    Permalink
  21. final def fanInToSum[T](eagerComplete: Boolean = true)(implicit ev: FanInReq[L], gen: Summable[T, C]): Repr[T]

    Permalink
  22. final def fanInToTuple(implicit ev: FanInReq[L], t: Tuplable[L]): Repr[shapeless.ops.hlist.Tupler.Out]

    Permalink
  23. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. def fromFanInVia[P <: HList, R, Out](joined: Joined[L, P, R])(implicit vr: ViaResult[P, Piping[R], Repr, Out]): Out

    Permalink
  25. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  31. val rawWrap: (Inport) ⇒ Repr[_]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  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( ... )
  37. def wrap[T](in: Inport): Repr[T]

    Permalink
    Attributes
    protected

Inherited from AnyRef

Inherited from Any

Ungrouped