Package

ch.datascience.graph

values

Permalink

package values

Visibility
  1. Public
  2. All

Type Members

  1. final case class BooleanValue(self: Boolean) extends BoxedValue with Product with Serializable

    Permalink
  2. sealed trait BoxedOrValidValue[-V] extends AnyRef

    Permalink

    Trait for proving that a value of type V is either a BoxedValue or there is a proof that v is a valid value (see: ValidValue).

    Trait for proving that a value of type V is either a BoxedValue or there is a proof that v is a valid value (see: ValidValue).

    V

    analyzed type

  3. sealed abstract class BoxedValue extends AnyRef

    Permalink

    Created by johann on 27/04/17.

  4. final case class ByteValue(self: Byte) extends BoxedValue with Product with Serializable

    Permalink
  5. final case class CharValue(self: Char) extends BoxedValue with Product with Serializable

    Permalink
  6. final case class DoubleValue(self: Double) extends BoxedValue with Product with Serializable

    Permalink
  7. final case class FloatValue(self: Float) extends BoxedValue with Product with Serializable

    Permalink
  8. final case class IntValue(self: Int) extends BoxedValue with Product with Serializable

    Permalink
  9. sealed trait IsBoxedValue[V] extends AnyRef

    Permalink
  10. final case class LongValue(self: Long) extends BoxedValue with Product with Serializable

    Permalink
  11. final case class ShortValue(self: Short) extends BoxedValue with Product with Serializable

    Permalink
  12. final case class StringValue(self: String) extends BoxedValue with Product with Serializable

    Permalink
  13. final case class UuidValue(self: UUID) extends BoxedValue with Product with Serializable

    Permalink
  14. sealed trait ValidValue[-V] extends AnyRef

    Permalink

    Created by johann on 27/04/17.

Value Members

  1. object BoxedOrValidValue

    Permalink
  2. object BoxedValue

    Permalink
  3. object ValidValue

    Permalink
  4. package json

    Permalink

    Created by johann on 24/05/17.

Ungrouped