package internal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- internal
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- trait MonocleExtComponent extends MonocleExtComponentLowPriorityImplicits
- trait MonocleExtComponentLowPriorityImplicits extends AnyRef
- trait MonocleExtStateSnapshot extends AnyRef
-
trait
MonocleSetter
[O[_, _, _, _]] extends AnyRef
Provide access to the set function on any compatible optic.
Provide access to the set function on any compatible optic.
- O
The optic type.
Value Members
- def identityFn[A]: (A) ⇒ A
- def jsNullToOption[A](an: |[A, Null]): Option[A]
-
implicit
def
toProfunctorOps[F[_, _], A, B](f: F[A, B])(implicit p: Profunctor[F]): Ops[F, A, B]
- Annotations
- @inline()
- object MonocleExtComponent
- object MonocleExtStateSnapshot
- object MonocleSetter