Packages

implicit class Flip1Ops[F[+_], G[+_], A] extends AnyRef

Provides infix syntax for flip1.

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

Instance Constructors

  1. new Flip1Ops(self: F[G[A]])

Value Members

  1. def flip1[B](implicit nonEmptyForEach: NonEmptyForEach[F], associativeBoth: AssociativeBoth[G], covariant: Covariant[G]): G[F[A]]