PrismSyntax

class PrismSyntax[GetWhole, SetPiece, GetError, SetError, GetPiece, SetWholeAfter](self: Optic[GetWhole, Any, SetPiece, GetError, SetError, GetPiece, SetWholeAfter])

Provides implicit syntax for when thewhole is not required to set.

Provides implicit syntax for when thewhole is not required to set.

class Object
trait Matchable
class Any

Value members

Concrete methods

def set(piece: SetPiece): OpticResult[SetError, SetWholeAfter]

Updates the specified whole by transforming a piece of it using the function f.

Updates the specified whole by transforming a piece of it using the function f.