com.mchange.sc.v2

restrict

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class CannotConvertException extends Exception

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

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

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

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

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

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

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

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

Value Members

  1. object CommonConversions

  2. object RestrictedBigInt

  3. object RestrictedByte

  4. object RestrictedByteSeq

  5. object RestrictedInt

  6. object RestrictedLong

  7. object RestrictedShort

  8. object RestrictedString

  9. object RestrictedType

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

Inherited from AnyRef

Inherited from Any

Ungrouped