Package

magnolia

examples

Permalink

package examples

Visibility
  1. Public
  2. All

Type Members

  1. trait Csv[A] extends AnyRef

    Permalink
  2. trait Decoder[T] extends AnyRef

    Permalink

    very basic decoder for converting strings to other types

  3. trait Default[T] extends AnyRef

    Permalink

    typeclass for providing a default value for a particular type

  4. trait Eq[T] extends AnyRef

    Permalink

    typeclass for testing the equality of two values of the same type

  5. trait GenericShow[Out] extends AnyRef

    Permalink
  6. sealed abstract class LowerPriorityPatcher extends AnyRef

    Permalink
  7. sealed abstract class Patcher[T] extends AnyRef

    Permalink

    Type class for copying an instance of some type T, thereby replacing certain fields with other values.

  8. trait SemiDefault[A] extends AnyRef

    Permalink
  9. trait Show[Out, T] extends AnyRef

    Permalink

    shows one type as another, often as a string

    shows one type as another, often as a string

    Note that this is a more general form of Show than is usual, as it permits the return type to be something other than a string.

  10. trait TypeNameInfo[T] extends AnyRef

    Permalink
  11. trait WeakHash[T] extends AnyRef

    Permalink

Value Members

  1. object Csv

    Permalink
  2. object Decoder

    Permalink

    derivation object (and companion object) for Decoder instances

  3. object Default

    Permalink

    companion object and derivation object for Default

  4. object Eq

    Permalink

    companion object to Eq

  5. object Patcher extends LowerPriorityPatcher

    Permalink
  6. object SemiDefault

    Permalink
  7. object Show extends GenericShow[String]

    Permalink

    companion object to Show

  8. object TypeNameInfo

    Permalink
  9. object WeakHash

    Permalink

Ungrouped