PersistShow2

ostrat.PersistShow2$
See thePersistShow2 companion trait

Companion object for the PersistShow2 class the persists object that extend Show2. Contains an apply factory method.

Attributes

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

Members list

Concise view

Type members

Classlikes

class PersistShow2Imp[A1, A2, R <: Show2[A1, A2]](val typeStr: String, val name1: String, val name2: String, val newT: (A1, A2) => R, val opt2: Option[A2], opt1In: Option[A1])(implicit val ev1: Persist[A1], val ev2: Persist[A2]) extends PersistShow2[A1, A2, R]

Attributes

Graph
Supertypes
trait PersistShow2[A1, A2, R]
trait ShowShow2T[A1, A2, R]
trait ShowShowT[R]
trait Persist2[A1, A2, R]
trait PersistN[R]
trait Persist[R]
trait Unshow2[A1, A2, R]
trait TypeStr2[A1, A2]
trait TypeStr2Plus[A1, A2]
trait UnshowN[R]
trait TypeStrN
trait Unshow[R]
trait Show2T[A1, A2, R]
trait ShowNT[R]
trait ShowCompoundT[R]
trait ShowT[R]
trait TypeStr
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[A1, A2, R <: Show2[A1, A2]](typeStr: String, name1: String, name2: String, newT: (A1, A2) => R, opt2: Option[A2], opt1: Option[A1])(implicit ev1In: Persist[A1], ev2In: Persist[A2]): PersistShow2[A1, A2, R]

Factory apply method for PersistShow2, that Persists Show2 objects.

Factory apply method for PersistShow2, that Persists Show2 objects.

Attributes