AppliedCollectionReverseOps

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

Value members

Concrete methods

def reverse(implicit ev: Reverse[F[A], F[A]]): AppliedIso[F[A], F[A]]

reverse a data structure of data source F[A]

reverse a data structure of data source F[A]

Inherited methods

Inherited from:
Product