Persist2

ostrat.Persist2$
See thePersist2 companion trait
object Persist2

Factory object for Persist product 2 type class that persists objects with 2 parameters.

Attributes

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

Members list

Concise view

Type members

Classlikes

class Persist2Imp[A1, A2, R](val typeStr: String, val name1: String, val fArg1: R => A1, val name2: String, val fArg2: R => A2, val newT: (A1, A2) => R, val opt2: Option[A2], opt1In: Option[A1])(implicit val ev1: Persist[A1], val ev2: Persist[A2]) extends Persist2[A1, A2, R]

Attributes

Graph
Supertypes
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](typeStr: String, name1: String, fArg1: R => A1, name2: String, fArg2: R => A2, newT: (A1, A2) => R, opt2: Option[A2], opt1: Option[A1])(implicit ev1: Persist[A1], ev2: Persist[A2]): Persist2[A1, A2, R]

apply facory method for Persist2 type class instances.

apply facory method for Persist2 type class instances.

Attributes