UnshowSeqLike

ostrat.UnshowSeqLike
See theUnshowSeqLike companion trait
object UnshowSeqLike

Attributes

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

Members list

Type members

Classlikes

class UnshowSeqLikeImp[A, R](val typeStr: String, val unshowAeEv: Unshow[A], val build: BuilderCollMap[A, R]) extends UnshowSeqLike[A, R]

Implementation class for the general cases of UnshowSeqLike. Use UnshowSeq for any actual sequence classes.

Implementation class for the general cases of UnshowSeqLike. Use UnshowSeq for any actual sequence classes.

Attributes

Supertypes
trait UnshowSeqLike[A, R]
trait Unshow[R]
trait Persist
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def apply[A, R](typeStr: String)(implicit evA: Unshow[A], build: BuilderCollMap[A, R]): UnshowSeqLike[A, R]

Factory apply method for creating Unshow type class instances for SeqLike objects.

Factory apply method for creating Unshow type class instances for SeqLike objects.

Attributes