LayerHcOptRow

ostrat.prid.phex.LayerHcOptRow
See theLayerHcOptRow companion class
object LayerHcOptRow

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply[A <: AnyRef](row: Int, elems: Multiple[A | None.type]*)(implicit ct: ClassTag[A]): LayerHcOptRow[A]
def apply[A <: AnyRef](row: Int, array: Array[A]): LayerHcOptRow[A]

Implicits

Implicits

implicit def showEv[A <: AnyRef](implicit evA: Show[A]): Show1OptRepeat[Int, A, LayerHcOptRow[A]]
implicit def unshow[A <: AnyRef](implicit evA: Unshow[A], ct: ClassTag[A]): Unshow1OptRepeat[Int, A, LayerHcOptRow[A]]