org.w3.banana.binder.RecordBinder

PGB

abstract class PGB[T] extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PGB
  2. AnyRef
  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 PGB()

Abstract Value Members

  1. abstract def makeSubject(t: T): Rdf.URI

Concrete Value Members

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  6. def apply[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10](p1: Property[Rdf, T1], p2: Property[Rdf, T2], p3: Property[Rdf, T3], p4: Property[Rdf, T4], p5: Property[Rdf, T5], p6: Property[Rdf, T6], p7: Property[Rdf, T7], p8: Property[Rdf, T8], p9: Property[Rdf, T9], p10: Property[Rdf, T10])(apply: (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) ⇒ T, unapply: (T) ⇒ Option[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10)]): PGBinder[Rdf, T]

  7. def apply[T1, T2, T3, T4, T5, T6, T7, T8, T9](p1: Property[Rdf, T1], p2: Property[Rdf, T2], p3: Property[Rdf, T3], p4: Property[Rdf, T4], p5: Property[Rdf, T5], p6: Property[Rdf, T6], p7: Property[Rdf, T7], p8: Property[Rdf, T8], p9: Property[Rdf, T9])(apply: (T1, T2, T3, T4, T5, T6, T7, T8, T9) ⇒ T, unapply: (T) ⇒ Option[(T1, T2, T3, T4, T5, T6, T7, T8, T9)]): PGBinder[Rdf, T]

  8. def apply[T1, T2, T3, T4, T5, T6, T7, T8](p1: Property[Rdf, T1], p2: Property[Rdf, T2], p3: Property[Rdf, T3], p4: Property[Rdf, T4], p5: Property[Rdf, T5], p6: Property[Rdf, T6], p7: Property[Rdf, T7], p8: Property[Rdf, T8])(apply: (T1, T2, T3, T4, T5, T6, T7, T8) ⇒ T, unapply: (T) ⇒ Option[(T1, T2, T3, T4, T5, T6, T7, T8)]): PGBinder[Rdf, T]

  9. def apply[T1, T2, T3, T4, T5, T6, T7](p1: Property[Rdf, T1], p2: Property[Rdf, T2], p3: Property[Rdf, T3], p4: Property[Rdf, T4], p5: Property[Rdf, T5], p6: Property[Rdf, T6], p7: Property[Rdf, T7])(apply: (T1, T2, T3, T4, T5, T6, T7) ⇒ T, unapply: (T) ⇒ Option[(T1, T2, T3, T4, T5, T6, T7)]): PGBinder[Rdf, T]

  10. def apply[T1, T2, T3, T4, T5, T6](p1: Property[Rdf, T1], p2: Property[Rdf, T2], p3: Property[Rdf, T3], p4: Property[Rdf, T4], p5: Property[Rdf, T5], p6: Property[Rdf, T6])(apply: (T1, T2, T3, T4, T5, T6) ⇒ T, unapply: (T) ⇒ Option[(T1, T2, T3, T4, T5, T6)]): PGBinder[Rdf, T]

  11. def apply[T1, T2, T3, T4, T5](p1: Property[Rdf, T1], p2: Property[Rdf, T2], p3: Property[Rdf, T3], p4: Property[Rdf, T4], p5: Property[Rdf, T5])(apply: (T1, T2, T3, T4, T5) ⇒ T, unapply: (T) ⇒ Option[(T1, T2, T3, T4, T5)]): PGBinder[Rdf, T]

  12. def apply[T1, T2, T3, T4](p1: Property[Rdf, T1], p2: Property[Rdf, T2], p3: Property[Rdf, T3], p4: Property[Rdf, T4])(apply: (T1, T2, T3, T4) ⇒ T, unapply: (T) ⇒ Option[(T1, T2, T3, T4)]): PGBinder[Rdf, T]

  13. def apply[T1, T2, T3](p1: Property[Rdf, T1], p2: Property[Rdf, T2], p3: Property[Rdf, T3])(apply: (T1, T2, T3) ⇒ T, unapply: (T) ⇒ Option[(T1, T2, T3)]): PGBinder[Rdf, T]

  14. def apply[T1, T2](p1: Property[Rdf, T1], p2: Property[Rdf, T2])(apply: (T1, T2) ⇒ T, unapply: (T) ⇒ Option[(T1, T2)]): PGBinder[Rdf, T]

  15. def apply[T1](p1: Property[Rdf, T1])(apply: (T1) ⇒ T, unapply: (T) ⇒ Option[T1]): PGBinder[Rdf, T]

  16. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  17. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. def ensuring(cond: (PGB[T]) ⇒ Boolean, msg: ⇒ Any): PGB[T]

    Implicit information
    This member is added by an implicit conversion from PGB[T] to Ensuring[PGB[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: (PGB[T]) ⇒ Boolean): PGB[T]

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

    Implicit information
    This member is added by an implicit conversion from PGB[T] to Ensuring[PGB[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: Boolean): PGB[T]

    Implicit information
    This member is added by an implicit conversion from PGB[T] to Ensuring[PGB[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  24. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from PGB[T] to StringFormat[PGB[T]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  26. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  27. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  28. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  29. def make(t: T, pos: Iterable[(Rdf.URI, PointedGraph[Rdf])]*)(implicit ops: RDFOps[Rdf]): PointedGraph[Rdf]

  30. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  31. final def notify(): Unit

    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. def toString(): String

    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. def [B](y: B): (PGB[T], B)

    Implicit information
    This member is added by an implicit conversion from PGB[T] to ArrowAssoc[PGB[T]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from PGB[T] to any2stringadd[PGB[T]]

Inherited by implicit conversion StringFormat from PGB[T] to StringFormat[PGB[T]]

Inherited by implicit conversion Ensuring from PGB[T] to Ensuring[PGB[T]]

Inherited by implicit conversion ArrowAssoc from PGB[T] to ArrowAssoc[PGB[T]]

Ungrouped