spack

package spack

Members list

Packages

package spack.naive

Type members

Classlikes

object AutomaticPack

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
sealed trait Message

Attributes

Companion
object
Supertypes
class Any
Known subtypes
class Arr
class BigInt
class Bin
object BoolFalse.type
object BoolTrue.type
class Extension
class Float32
class Float64
class Integer
class Integer64
class Map
object Nil.type
class Str
Show all
object Message

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Message.type
trait Pack[T]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object Pack extends Derivation[Pack]

Attributes

Companion
trait
Supertypes
trait Derivation[Pack]
trait SealedTraitDerivation
trait CommonDerivation[Pack]
class Object
trait Matchable
class Any
Show all
Self type
Pack.type
object Spack

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Spack.type
trait Unpack[T]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object Unpack extends Derivation[Unpack]

Attributes

Companion
trait
Supertypes
trait Derivation[Unpack]
trait SealedTraitDerivation
trait CommonDerivation[Unpack]
class Object
trait Matchable
class Any
Show all
Self type
Unpack.type
case class UnpackException(message: String) extends RuntimeException

Attributes

Supertypes
trait Product
trait Equals
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Extensions

Extensions

extension (m: Message)(m: Message)
def unpack[T : Unpack](implicit evidence$1: Unpack[T]): Either[UnpackException, T]