Unshow1OptRepeat

ostrat.Unshow1OptRepeat
See theUnshow1OptRepeat companion class

Attributes

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

Members list

Value members

Concrete methods

def apply[A1, Ar, A](typeStr: String, name1: String, repeatName: String, f: (A1, Array[Ar]) => A)(implicit unshowA1: Unshow[A1], unshowA2: Unshow[Ar], ct: ClassTag[Ar]): Unshow1OptRepeat[A1, Ar, A]

Factory apply method for Unshow type class instances of 2 components where the final parameter repeats.

Factory apply method for Unshow type class instances of 2 components where the final parameter repeats.

Attributes