datomisca

RichAttribute

Related Doc: package datomisca

implicit final class RichAttribute[DD <: AnyRef, Card <: Cardinality] extends AnyVal

Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RichAttribute
  2. AnyVal
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RichAttribute(attribute: Attribute[DD, Card])

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  2. final def ##(): Int

    Definition Classes
    Any
  3. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from RichAttribute[DD, Card] to any2stringadd[RichAttribute[DD, Card]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (RichAttribute[DD, Card], B)

    Implicit information
    This member is added by an implicit conversion from RichAttribute[DD, Card] to ArrowAssoc[RichAttribute[DD, Card]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. val attribute: Attribute[DD, Card]

  8. def ensuring(cond: (RichAttribute[DD, Card]) ⇒ Boolean, msg: ⇒ Any): RichAttribute[DD, Card]

    Implicit information
    This member is added by an implicit conversion from RichAttribute[DD, Card] to Ensuring[RichAttribute[DD, Card]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  9. def ensuring(cond: (RichAttribute[DD, Card]) ⇒ Boolean): RichAttribute[DD, Card]

    Implicit information
    This member is added by an implicit conversion from RichAttribute[DD, Card] to Ensuring[RichAttribute[DD, Card]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: Boolean, msg: ⇒ Any): RichAttribute[DD, Card]

    Implicit information
    This member is added by an implicit conversion from RichAttribute[DD, Card] to Ensuring[RichAttribute[DD, Card]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean): RichAttribute[DD, Card]

    Implicit information
    This member is added by an implicit conversion from RichAttribute[DD, Card] to Ensuring[RichAttribute[DD, Card]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from RichAttribute[DD, Card] to StringFormat[RichAttribute[DD, Card]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  13. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  14. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  15. def read[A](implicit ev: Attribute2EntityReaderCast[DD, Card, A]): EntityReader[A]

    Returns an entity reader that reads entities with this attribute.

    Returns an entity reader that reads entities with this attribute.

    returns

    an entity reader that reads entities with this attribute.

    Note

    The return type must be explicitly specified, and the implicit ensures that it is a valid pairing with the Datomic data type specified by the attribute.

    See also

    EntityReader

  16. def readOpt[A](implicit ev: Attribute2EntityReaderCast[DD, Card, A]): EntityReader[Option[A]]

    Returns an entity reader that optionally reads entities with this attribute, or a default value if the attribute is not contained in the entity.

    Returns an entity reader that optionally reads entities with this attribute, or a default value if the attribute is not contained in the entity.

    returns

    an entity reader that optionally reads entities with this attribute.

    Note

    The return type must be explicitly specified, and the implicit ensures that it is a valid pairing with the Datomic data type specified by the attribute.

    See also

    EntityReader

  17. def readOrElse[A](default: ⇒ A)(implicit ev: Attribute2EntityReaderCast[DD, Card, A]): EntityReader[A]

    Returns an entity reader that reads entities with this attribute, or a default value if the attribute is not contained in the entity.

    Returns an entity reader that reads entities with this attribute, or a default value if the attribute is not contained in the entity.

    default

    a computation that yields a default value in case the attribute is not found in the entity.

    returns

    an entity reader that reads entities with this attribute.

    Note

    The return type must be explicitly specified, and the implicit ensures that it is a valid pairing with the Datomic data type specified by the attribute.

    See also

    EntityReader

  18. def toString(): String

    Definition Classes
    Any
  19. def write[A](implicit ev: Attribute2PartialAddEntityWriter[DD, Card, A]): PartialAddEntityWriter[A]

    Returns an entity writer that writes entities with this attribute.

    Returns an entity writer that writes entities with this attribute.

    returns

    an entity writer that writes entities with this attribute.

    Note

    The return type must be explicitly specified, and the implicit ensures that it is a valid pairing with the Datomic data type specified by the attribute.

    See also

    PartialAddEntityWriter

  20. def writeOpt[A](implicit ev: Attribute2PartialAddEntityWriter[DD, Card, A]): PartialAddEntityWriter[Option[A]]

    Returns an entity writer that optionally writes entities with this attribute.

    Returns an entity writer that optionally writes entities with this attribute.

    returns

    an entity writer that optionally writes entities with this attribute.

    Note

    The return type must be explicitly specified, and the implicit ensures that it is a valid pairing with the Datomic data type specified by the attribute.

    See also

    PartialAddEntityWriter

  21. def [B](y: B): (RichAttribute[DD, Card], B)

    Implicit information
    This member is added by an implicit conversion from RichAttribute[DD, Card] to ArrowAssoc[RichAttribute[DD, Card]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AnyVal

Inherited from Any

Inherited by implicit conversion any2stringadd from RichAttribute[DD, Card] to any2stringadd[RichAttribute[DD, Card]]

Inherited by implicit conversion StringFormat from RichAttribute[DD, Card] to StringFormat[RichAttribute[DD, Card]]

Inherited by implicit conversion Ensuring from RichAttribute[DD, Card] to Ensuring[RichAttribute[DD, Card]]

Inherited by implicit conversion ArrowAssoc from RichAttribute[DD, Card] to ArrowAssoc[RichAttribute[DD, Card]]

Ungrouped