Persist3

ostrat.Persist3$
See thePersist3 companion trait
object Persist3

Companion object for Persist3 trait contains implementation class and factory apply method.

Attributes

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

Members list

Concise view

Type members

Classlikes

class Persist3Imp[A1, A2, A3, R](val typeStr: String, val name1: String, val fArg1: R => A1, val name2: String, val fArg2: R => A2, val name3: String, val fArg3: R => A3, val newT: (A1, A2, A3) => R, val opt3: Option[A3], opt2In: Option[A2], opt1In: Option[A1])(implicit val ev1: Persist[A1], val ev2: Persist[A2], val ev3: Persist[A3]) extends Persist3[A1, A2, A3, R]

Attributes

Graph
Supertypes
trait Persist3[A1, A2, A3, R]
trait PersistN[R]
trait Persist[R]
trait Unshow3[A1, A2, A3, R]
trait TypeStr3[A1, A2, A3]
trait TypeStr3Plus[A1, A2, A3]
trait TypeStr2Plus[A1, A2]
trait UnshowN[R]
trait TypeStrN
trait Unshow[R]
trait Show3T[A1, A2, A3, 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, A3, R](typeStr: String, name1: String, fArg1: R => A1, name2: String, fArg2: R => A2, name3: String, fArg3: R => A3, newT: (A1, A2, A3) => R, opt3: Option[A3], opt2: Option[A2], opt1: Option[A1])(implicit ev1: Persist[A1], ev2: Persist[A2], ev3: Persist[A3]): Persist3[A1, A2, A3, R]