UnshowSeq

ostrat.UnshowSeq
See theUnshowSeq companion class
object UnshowSeq

Attributes

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

Members list

Value members

Concrete methods

def apply[A, R]()(implicit evA: Unshow[A], build: BuilderCollMap[A, R]): UnshowSeq[A, R]

Factory apply method for creating Unshow type class instances / evidence for any type of sequence.

Factory apply method for creating Unshow type class instances / evidence for any type of sequence.

Attributes