Flip1Ops

zio.prelude.NonEmptyForEachSyntax.Flip1Ops
implicit class Flip1Ops[F[_], G[_], A](self: F[G[A]])

Provides infix syntax for flip1.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

Converts a collection with elements that are in the context of effects to a collection of elements in the context of an effect.

Converts a collection with elements that are in the context of effects to a collection of elements in the context of an effect.

Attributes