AppliedIsoOps

final case class AppliedIsoOps[S](s: S) extends AnyVal
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Deprecated methods

@deprecated("use focus().andThen", since = "3.0.0-M1")
def &<->[T, A, B](iso: PIso[S, T, A, B]): AppliedPIso[S, T, A, B]

alias to applyIso

alias to applyIso

Deprecated
[Since version 3.0.0-M1]
Source
Applied.scala
@deprecated("use focus().andThen", since = "3.0.0-M1")
def applyIso[T, A, B](iso: PIso[S, T, A, B]): AppliedPIso[S, T, A, B]
Deprecated
[Since version 3.0.0-M1]
Source
Applied.scala

Inherited methods

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