Package

cats.derived

util

Permalink

package util

Visibility
  1. Public
  2. All

Type Members

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

    Permalink

    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 LiftSome extends LiftSomeAbsent with Serializable

    Permalink
  2. object VersionSpecific

    Permalink

Ungrouped