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
Ordering
- Alphabetic
- By Inheritance
Inherited
- CoproductFanInShape
- FanInShape
- Shape
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val builder: Aux[C, C, HL]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
construct(i: Init[C]): CoproductFanInShape[(builder)#Sub, (builder)#Out]
- Attributes
- protected
- Definition Classes
- CoproductFanInShape → FanInShape
-
final
def
copyFromPorts(inlets: Seq[Inlet[_]], outlets: Seq[Outlet[_]]): FanInShape[C]
- Definition Classes
- FanInShape → Shape
-
def
deepCopy(): FanInShape[C]
- Definition Classes
- FanInShape → Shape
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
getInlets: List[Inlet[_]]
- Definition Classes
- Shape
-
def
getOutlets: List[Outlet[_]]
- Definition Classes
- Shape
-
def
hasSamePortsAndShapeAs(s: Shape): Boolean
- Definition Classes
- Shape
-
def
hasSamePortsAs(s: Shape): Boolean
- Definition Classes
- Shape
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
inlets: Seq[Inlet[_]]
- Definition Classes
- FanInShape → Shape
- val ins: HL
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
newInlet[T](name: String): Inlet[T]
- Attributes
- protected
- Definition Classes
- FanInShape
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
out: Outlet[C]
- Definition Classes
- FanInShape
-
final
def
outlets: Seq[Outlet[_]]
- Definition Classes
- FanInShape → Shape
-
def
requireSamePortsAndShapeAs(s: Shape): Unit
- Definition Classes
- Shape
-
def
requireSamePortsAs(s: Shape): Unit
- Definition Classes
- Shape
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )