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

Type Members

  1. sealed trait CollectionHelper[T] extends EqHelper[T]

    Permalink

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 object GeoHelper extends ObjectHelper[Geometry]

    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 object QuantityHelper extends NumericHelper[Quantity[_]]

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

    Permalink
  15. implicit object TextHelper extends StringHelper[String]

    Permalink
  16. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  24. implicit def listHelper[T]: CollectionHelper[List[T]] { ... /* 2 definitions in type refinement */ }

    Permalink
  25. implicit def listsetHelper[T]: CollectionHelper[ListSet[T]]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  29. implicit def setHelper[T]: CollectionHelper[Set[T]]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  32. implicit def vectorHelper[T]: CollectionHelper[Vector[T]]

    Permalink
  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