org.w3.banana.n3js

Util

Related Doc: package n3js

trait Util extends Object

Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Util
  2. Object
  3. Any
  4. AnyRef
  5. 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

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 Util to any2stringadd[Util] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Util, B)

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

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

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def createIRI(iri: String): String

  9. def createLiteral(b: Boolean): String

  10. def createLiteral(i: Int): String

  11. def createLiteral(lexicalForm: String, langOrIri: String): String

  12. def ensuring(cond: (Util) ⇒ Boolean, msg: ⇒ Any): Util

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  18. def expandPrefixedName(s: String, prefixes: Dynamic): String

  19. def finalize(): Unit

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

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

    Definition Classes
    AnyRef → Any
  22. def getLiteralLanguage(s: String): String

  23. def getLiteralType(s: String): String

  24. def getLiteralValue(s: String): String

  25. def hasOwnProperty(v: String): Boolean

    Definition Classes
    Object
  26. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  27. def isBlank(s: String): Boolean

  28. def isIRI(s: String): Boolean

  29. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  30. def isLiteral(s: String): Boolean

  31. def isPrefixedName(s: String): Boolean

  32. def isPrototypeOf(v: Object): Boolean

    Definition Classes
    Object
  33. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  36. def propertyIsEnumerable(v: String): Boolean

    Definition Classes
    Object
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  38. def toLocaleString(): String

    Definition Classes
    Object
  39. def toString(): String

    Definition Classes
    AnyRef → Any
  40. def valueOf(): Any

    Definition Classes
    Object
  41. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. def [B](y: B): (Util, B)

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

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Util to any2stringadd[Util]

Inherited by implicit conversion StringFormat from Util to StringFormat[Util]

Inherited by implicit conversion Ensuring from Util to Ensuring[Util]

Inherited by implicit conversion ArrowAssoc from Util to ArrowAssoc[Util]

Ungrouped