PartiallyAppliedLens

dev.constructive.eo.generics.`package`.PartiallyAppliedLens
final class PartiallyAppliedLens[S]

Partially-applied witness produced by lens.

Attributes

Source
package.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Grouped members

Constructors

transparent inline def apply(inline selectors: S => Any*): Optic[S, S, _, _, _[_, _]]

Varargs entry — transparent inline so the concrete subclass (SimpleLens partial / BijectionIso full) propagates to the call site, picking up fused .andThen overloads.

Varargs entry — transparent inline so the concrete subclass (SimpleLens partial / BijectionIso full) propagates to the call site, picking up fused .andThen overloads.

Attributes

Source
package.scala