PariallyAppliedOpticSyntax

class PariallyAppliedOpticSyntax[SetPiece, Error, GetPiece, SetWholeAfter](self: Optic[Any, Any, SetPiece, Error, Error, GetPiece, SetWholeAfter])

Provides implicit syntax for working with partially applied optics.

Provides implicit syntax for working with partially applied optics.

class Object
trait Matchable
class Any

Value members

Concrete methods

def update(f: GetPiece => SetPiece): OpticResult[Error, SetWholeAfter]

Updates the whole contained in this partially applied optic by transforming a piece of it using the specified function.

Updates the whole contained in this partially applied optic by transforming a piece of it using the specified function.