ostrat.PersistTell2
See thePersistTell2 companion trait
object PersistTell2
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
PersistTell2.type
Members list
Type members
Classlikes
class PersistTell2Imp[A1, A2, A <: Tell2[A1, A2]](val typeStr: String, val name1: String, val name2: String, val shortKeys: ArrPairStr[A], val newT: (A1, A2) => A, val opt2: Option[A2], opt1In: Option[A1])(implicit val unshow1Ev: Unshow[A1], val unshow2Ev: Unshow[A2]) extends PersistTell2[A1, A2, A]
Attributes
- Supertypes
-
trait Persist1Plus[A1]trait UnshowN[A]trait PersistNFixedtrait PersistNtrait PersistTell[A]trait Unshow[A]trait ShowTell[A]trait Show[A]trait Persistclass Objecttrait Matchableclass AnyShow all
Value members
Concrete methods
Factory apply method for creating PersistTell2 type type class instances / evidence.
Factory method for creating PersistTell2 type class instances / evidence, by explicitly passing the Unshow type class instances for the two components.
Factory method for creating PersistTell2 type class instances / evidence, by explicitly passing the Unshow type class instances for the two components.
Attributes
Factory method for creating PersistTell2 type type class instances / evidence with short labels.
Factory method for creating PersistTell2 type type class instances / evidence with short labels.
Attributes
In this article