Packages

package util

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait FnGeneric[F[_]] extends AnyRef
  2. sealed trait LiftSome[F[_], C <: Coproduct] extends Serializable

    Summons all available instances of the typeclass F for members of the coproduct C.

    Summons all available instances of the typeclass F for members of the coproduct C. Unlike LiftAll members of the coproduct without an instance will be skipped in the result.

Value Members

  1. object FnGeneric
  2. object LiftSome extends LiftSomeAbsent with Serializable
  3. object VersionSpecific

Ungrouped