Packages

  • package root
    Definition Classes
    root
  • package gem

    The Gem science model.

    The Gem science model.

    Definition Classes
    root
  • package config

    Data types that define sequences of instructions consumed and executed by the SeqExec.

    Data types that define sequences of instructions consumed and executed by the SeqExec.

    Definition Classes
    gem
  • package enum

    Enumerated types (normally generated from database tables) and related syntactic enrichments.

    Enumerated types (normally generated from database tables) and related syntactic enrichments.

    Definition Classes
    gem
  • package instances

    Implicit instances for types defined outside of Gen.

    Implicit instances for types defined outside of Gen. Each set of instances is provided as a trait that can be extended and as a module whose members can be imported (preferred).

    Definition Classes
    gem
  • TimeInstances
  • TreeMapCommutativeMonoid
  • TreeMapEq
  • TreeMapHash
  • TreeMapInstances
  • TreeMapInstances1
  • TreeMapInstances2
  • TreeMapMonoid
  • TreeSetHash
  • TreeSetInstances
  • TreeSetInstances1
  • TreeSetOrder
  • TreeSetSemilattice
  • all
  • time
  • treemap
  • treeset
  • package math
    Definition Classes
    gem
  • package parser

    Package of atto parsers, for parsing things in the science model.

    Package of atto parsers, for parsing things in the science model. The idea here is that parsers compose, so for internal use it's nice to have them together and so we can share implementations. In end-user code we normally want to expose something weaker like String => Option[A] that delegates to a parser, rather than exposing Parser[A] directly. Each set of parsers is provided as a trait that can be extended and as a module whose members can be imported (preferred).

    Definition Classes
    gem
  • package syntax
    Definition Classes
    gem
  • package util
    Definition Classes
    gem
p

gem

instances

package instances

Implicit instances for types defined outside of Gen. Each set of instances is provided as a trait that can be extended and as a module whose members can be imported (preferred).

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

Type Members

  1. trait TimeInstances extends AnyRef

    Instances for java.time data types.

  2. class TreeMapCommutativeMonoid[K, V] extends TreeMapMonoid[K, V] with CommutativeMonoid[TreeMap[K, V]]
  3. class TreeMapEq[K, V] extends Eq[TreeMap[K, V]]
  4. class TreeMapHash[K, V] extends TreeMapEq[K, V] with Hash[TreeMap[K, V]]
  5. trait TreeMapInstances extends TreeMapInstances2
  6. trait TreeMapInstances1 extends AnyRef
  7. trait TreeMapInstances2 extends TreeMapInstances1
  8. class TreeMapMonoid[K, V] extends Monoid[TreeMap[K, V]]
  9. class TreeSetHash[A] extends Hash[TreeSet[A]]
  10. trait TreeSetInstances extends TreeSetInstances1
  11. trait TreeSetInstances1 extends AnyRef
  12. class TreeSetOrder[A] extends Order[TreeSet[A]]
  13. class TreeSetSemilattice[A] extends BoundedSemilattice[TreeSet[A]]

Value Members

  1. object all extends TimeInstances with TreeMapInstances with TreeSetInstances
  2. object time extends TimeInstances
  3. object treemap extends TreeMapInstances
  4. object treeset extends TreeSetInstances

Inherited from AnyRef

Inherited from Any

Ungrouped