Unshow1Repeat

ostrat.Unshow1Repeat
See theUnshow1Repeat companion class
object Unshow1Repeat

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, Seq[Ar]) => A)(implicit unshowA1: Unshow[A1], unshowA2: Unshow[Ar]): Unshow1Repeat[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