Packages

final case class Feature[A] extends Ordered[Feature[A]] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Ordered[Feature[A]], Comparable[Feature[A]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Feature
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Ordered
  7. Comparable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
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 <(that: Feature[A]): Boolean
    Definition Classes
    Ordered
  4. def <=(that: Feature[A]): Boolean
    Definition Classes
    Ordered
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def >(that: Feature[A]): Boolean
    Definition Classes
    Ordered
  7. def >=(that: Feature[A]): Boolean
    Definition Classes
    Ordered
  8. def add(i: Int): Feature[A]
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  11. def compare(that: Feature[A]): Int
    Definition Classes
    Feature → Ordered
  12. def compareTo(that: Feature[A]): Int
    Definition Classes
    Ordered → Comparable
  13. def contains(i: Int): Boolean
  14. def dropParameter: Feature[Null]
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def intersect(i: Set[Int]): Feature[A]
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def iterator: Iterator[Int]
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. val parameter: A
  24. def remove(i: Set[Int]): Feature[A]
  25. def remove(i: Int): Feature[A]
  26. def replace(parameter: A): Feature[A]
  27. val set: Set[Int]
  28. val size: Int
  29. def subsetOf(f: Feature[A]): Boolean
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toAllocationString(zeroBased: Boolean): String
  32. def toString(): String
    Definition Classes
    Feature → AnyRef → Any
  33. def toString(zeroBased: Boolean): String
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Ordered[Feature[A]]

Inherited from Comparable[Feature[A]]

Inherited from AnyRef

Inherited from Any

Ungrouped