PrefixedFaOps

final case class PrefixedFaOps[F[_], G[_], A](fa: F[A]) extends AnyVal
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def prefix(prefix: F[A])(implicit ev: Prefixed[F[A], G[A]]): AppliedPrism[F[A], G[A]]

stripping a prefix from a data structure F[A]

stripping a prefix from a data structure F[A]

Inherited methods

Inherited from:
Product