Exchange

final case class Exchange[A, B, S, T](view: S => A, review: B => T)
Companion:
object
trait Product
trait Equals
class Object
trait Matchable
class Any
Exchange[A, B, S, T]

Value members

Concrete methods

def andThen[C, D](other: Exchange[C, D, A, B]): Exchange[C, D, S, T]

Inherited methods

Inherited from:
Product