Object/Trait

lspace.librarian.process.traversal.P

Helper

Related Docs: trait Helper | package P

Permalink

object Helper

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Helper
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. implicit object BooleanHelper extends EqHelper[Boolean]

    Permalink
  5. implicit object DoubleHelper extends NumericHelper[Double]

    Permalink
  6. implicit def GeoHelper[T <: Geometry]: CollectionHelper[T]

    Permalink
  7. implicit object InstantHelper extends RangeHelper[Instant]

    Permalink
  8. implicit object IntHelper extends NumericHelper[Int]

    Permalink
  9. implicit object LocalDateHelper extends RangeHelper[LocalDate]

    Permalink
  10. implicit object LocalDateTimeHelper extends RangeHelper[LocalDateTime]

    Permalink
  11. implicit object LocalTimeHelper extends RangeHelper[LocalTime]

    Permalink
  12. implicit object LongHelper extends NumericHelper[Long]

    Permalink
  13. implicit def OntologyHelper: EqHelper[Ontology] { def contains(avalue: Any,pvalue: lspace.librarian.structure.Ontology): Boolean }

    Permalink
  14. implicit def PropertyHelper: EqHelper[Property] { def contains(avalue: Any,pvalue: lspace.librarian.structure.Property): Boolean }

    Permalink
  15. implicit object QuantityHelper extends NumericHelper[Quantity[_]]

    Permalink
  16. implicit def ResourceHelper[T <: Resource[T]]: EqHelper[T]

    Permalink
  17. implicit object TextHelper extends StringHelper[String] with OrderHelper[String]

    Permalink
  18. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  19. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  26. implicit def listHelper[T, F[+Z] <: Seq[Z]]: SeqHelper[F[T]]

    Permalink
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. implicit def setHelper[T, F[Z] <: Set[Z]]: CollectionHelper[F[T]]

    Permalink
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped