SuffixedFaOps

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

Value members

Concrete methods

def suffixed(suffix: F[A])(implicit ev: Suffixed[F[A], G[A]]): AppliedPrism[F[A], G[A]]

stripping a suffix from a collection of F[A]

stripping a suffix from a collection of F[A]

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product