Reverse

@implicitNotFound("Could not find an instance of Reverse[${S}, ${T}]")
trait Reverse[S, T] extends Serializable

The Reverse typeclass provides an Iso for a way to reverse the elements of a structure.

Type parameters:
S

the source of a Iso

T

the focus of a Iso

Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def reverse: Iso[S, T]