Package

com.mchange.sc.v2

restrict

Permalink

package restrict

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

Type Members

  1. class CannotConvertException extends Exception

    Permalink
  2. trait RestrictedBigInt[SHIELD <: Shield] extends RestrictedType[IntegralToBigInt.type, BigInt, SHIELD]

    Permalink
  3. trait RestrictedByte[SHIELD <: ShieldType] extends RestrictedType[IntegralToByte.type, Byte, SHIELD]

    Permalink
  4. trait RestrictedByteSeq[SHIELD <: Shield] extends RestrictedType[ToByteSeq.type, Seq[Byte], SHIELD]

    Permalink
  5. trait RestrictedInt[SHIELD <: Shield] extends RestrictedType[IntegralToInt.type, Int, SHIELD]

    Permalink
  6. trait RestrictedLong[SHIELD <: Shield] extends RestrictedType[IntegralToLong.type, Long, SHIELD]

    Permalink
  7. trait RestrictedShort[SHIELD <: Shield] extends RestrictedType[IntegralToShort.type, Short, SHIELD]

    Permalink
  8. trait RestrictedString[SHIELD <: Shield] extends RestrictedType[ToString.type, String, SHIELD]

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

    Permalink

Value Members

  1. object CommonConversions

    Permalink
  2. object RestrictedBigInt

    Permalink
  3. object RestrictedByte

    Permalink
  4. object RestrictedByteSeq

    Permalink
  5. object RestrictedInt

    Permalink
  6. object RestrictedLong

    Permalink
  7. object RestrictedShort

    Permalink
  8. object RestrictedString

    Permalink
  9. object RestrictedType

    Permalink
  10. def cannotConvert(value: Any, target: Any): Nothing

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped