com.mchange.sc.v2.restrict

RestrictedType

trait RestrictedType[SEARCHME, BELLY, SHIELD <: AnyVal with Element[BELLY]] extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RestrictedType
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def contains(b: BELLY): Boolean

  2. abstract def create(b: BELLY): SHIELD

    Attributes
    protected

Concrete Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. implicit object WidenConverter extends Converter[SEARCHME, SHIELD, BELLY]

  7. final def apply(b: BELLY): SHIELD

  8. final def apply[T](xb: T)(implicit converter: Converter[SEARCHME, T, BELLY]): SHIELD

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. final def assert(b: BELLY): SHIELD

    This method is very much like apply, but the "type-check" is an elidable assert.

    This method is very much like apply, but the "type-check" is an elidable assert. Should only be used when it would be an internal, program error for a noncompilant value to be passed.

  11. final def assert[T](xb: T)(implicit converter: Converter[SEARCHME, T, BELLY]): SHIELD

    This method is very much like apply, but the "type-check" is an elidable assert.

    This method is very much like apply, but the "type-check" is an elidable assert. Should only be used when it would be an internal, program error for a noncompilant value to be passed.

  12. def badValueMessage(a: Any): String

  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def contains[T](xb: T)(implicit converter: Converter[SEARCHME, T, BELLY]): Boolean

  15. final def elem_!:[T](xb: T)(implicit converter: Converter[SEARCHME, T, BELLY]): Boolean

  16. final def elem_!:(b: BELLY): Boolean

  17. final def elem_:[T](xb: T)(implicit converter: Converter[SEARCHME, T, BELLY]): Boolean

  18. final def elem_:(b: BELLY): Boolean

  19. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Definition Classes
    Any
  25. def mathRep: String

    You'll generally want to override this into some concise notation that describes your restricted type.

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

    Definition Classes
    AnyRef
  27. def notMemberMessage(a: Any): String

  28. final def notify(): Unit

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

    Definition Classes
    AnyRef
  30. def pretransform(b: BELLY): BELLY

    Attributes
    protected
  31. val simpleName: String

    You usually won't need to override this, but may if you want!

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

    Definition Classes
    AnyRef
  33. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def ∈!:[T](xb: T)(implicit converter: Converter[SEARCHME, T, BELLY]): Boolean

  38. final def ∈!:(b: BELLY): Boolean

  39. final def ∈:[T](xb: T)(implicit converter: Converter[SEARCHME, T, BELLY]): Boolean

  40. final def ∈:(b: BELLY): Boolean

  41. final def ∉:[T](xb: T)(implicit converter: Converter[SEARCHME, T, BELLY]): Boolean

  42. final def ∉:(b: BELLY): Boolean

Inherited from AnyRef

Inherited from Any

Ungrouped