Package

quasar.yggdrasil

util

Permalink

package util

Visibility
  1. Public
  2. All

Type Members

  1. trait CPathComparator extends AnyRef

    Permalink
  2. trait HetOrder[A, B] extends AnyRef

    Permalink

    Compare values of different types.

  3. trait HetOrderLow extends AnyRef

    Permalink
  4. trait IdSourceScannerModule extends AnyRef

    Permalink
  5. sealed abstract class MaybeOrdering extends AnyRef

    Permalink

    Represents the result of an ordering, but with the possibility that no ordering exists.

    Represents the result of an ordering, but with the possibility that no ordering exists. This is isomorphic to Option[Ordering] (and a partial ordering), but I wanted to ensure we weren't allocating objects when returning results.

Value Members

  1. object CPathComparator

    Permalink
  2. object CPathUtils

    Permalink
  3. object HetOrder extends HetOrderLow

    Permalink
  4. object MaybeOrdering

    Permalink

Ungrouped