Re

final case class Re[P[_, _], S, T, A, B](runRe: P[B, A] => P[T, S]) extends AnyVal

Re is a class for optics that can be reversed.

Companion:
object
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product