ShowSeqLike

ostrat.ShowSeqLike
See theShowSeqLike companion trait
object ShowSeqLike

Attributes

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

Members list

Type members

Classlikes

class ShowSeqLikeImp[Ae, A](val typeStr: String, fForeach: (A, Ae => Unit) => Unit)(implicit val showAeEv: Show[Ae]) extends ShowSeqLike[Ae, A]

Implementation class for the general case of ShowSeqLike type class instances.

Implementation class for the general case of ShowSeqLike type class instances.

Attributes

Supertypes
trait ShowSeqLike[Ae, A]
trait ShowCompound[A]
trait Show[A]
trait Persist
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def apply[Ae, A](typeStr: String, fForeach: (A, Ae => Unit) => Unit)(implicit evA: Show[Ae]): ShowSeqLike[Ae, A]

Factory apply method for the prducing the general cases of ShowSeqLike type class instances / evidence.

Factory apply method for the prducing the general cases of ShowSeqLike type class instances / evidence.

Attributes