Package

quasar.contrib

matryoshka

Permalink

package matryoshka

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

Value Members

  1. object OrderR

    Permalink
  2. def applyTransforms[A](first: (A) ⇒ slamdata.Predef.Option[A], rest: (A) ⇒ slamdata.Predef.Option[A]*): (A) ⇒ slamdata.Predef.Option[A]

    Permalink

    Chains multiple transformations together, each of which can fail to change anything.

  3. implicit def coproductOrder[F[_], G[_]](implicit F: Delay[Order, F], G: Delay[Order, G]): Delay[Order, [γ$0$]Coproduct[F, G, γ$0$]]

    Permalink
  4. implicit def delayOrder[F[_], A](implicit F: Delay[Order, F], A: Order[A]): Order[F[A]]

    Permalink
  5. def project[T, F[_]](implicit arg0: Functor[F], T: Aux[T, F]): Getter[T, F[T]]

    Permalink
  6. def totally[A](pf: slamdata.Predef.PartialFunction[A, A]): (A) ⇒ A

    Permalink

    Make a partial endomorphism total by returning the argument when undefined.

Inherited from AnyRef

Inherited from Any

Ungrouped