Trait/Object

com.mchange.sc.v2.restrict

RestrictedType

Related Docs: object RestrictedType | package restrict

Permalink

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
Visibility
  1. Public
  2. All

Abstract Value Members

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

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

    Permalink
    Attributes
    protected

Concrete 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 WidenConverter extends Converter[SEARCHME, SHIELD, BELLY]

    Permalink
  5. final def apply(b: BELLY): SHIELD

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

    Permalink
  7. final def asInstanceOf[T0]: T0

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

    Permalink

    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.

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

    Permalink

    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.

  10. def badValueMessage(a: Any): String

    Permalink
  11. def clone(): AnyRef

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

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

    Permalink
  14. final def elem_!:(b: BELLY): Boolean

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

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

    Permalink
  17. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  23. def mathRep: String

    Permalink

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

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

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

    Permalink
  26. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  28. def pretransform(b: BELLY): BELLY

    Permalink
    Attributes
    protected
  29. val simpleName: String

    Permalink

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

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

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

    Permalink
    Definition Classes
    RestrictedType → AnyRef → Any
  32. def unapply(s: SHIELD): Option[BELLY]

    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( ... )
  36. final def ∈!:[T](xb: T)(implicit converter: Converter[SEARCHME, T, BELLY]): Boolean

    Permalink
  37. final def ∈!:(b: BELLY): Boolean

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

    Permalink
  39. final def ∈:(b: BELLY): Boolean

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

    Permalink
  41. final def ∉:(b: BELLY): Boolean

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped