object MonocleReact extends MonocleExtComponent with MonocleExtStateSnapshot
- Annotations
- @deprecated
- Deprecated
(Since version 1.5.0) The scalajs-react ext-monocle module is deprecated in favour of either ext-monocle-cats or ext-monocle-scalaz. As Monocle v2.0 onwards will support Cats only, ext-monocle-cats will be maintained to support the latest Monocle version, where as ext-monocle-scalaz will remain on 1.6.0, the last Scalaz-based Monocle release.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MonocleReact
- MonocleExtStateSnapshot
- MonocleExtComponent
- MonocleExtComponentLowPriorityImplicits
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- implicit final class MonocleReactExt_ModStateFn[F[_], S] extends AnyVal
- implicit final class MonocleReactExt_ModStateWithPropsFn[F[_], P, S] extends AnyVal
- implicit final class MonocleReactExt_ReactST[M[_], S, A] extends AnyVal
- implicit final class MonocleReactExt_RouteCommon[R[X] <: RouteCommon[R, X], A] extends AnyVal
- implicit final class MonocleReactExt_RouterRule[Page] extends AnyVal
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit final def MonocleReactExt_StateAccess[F[_], S](m: StateAccess[F, S]): StateAcc[F, S, m.type]
- Definition Classes
- MonocleExtComponent
- implicit final def MonocleReactExt_StateSnapshot[A](x: StateSnapshot[A]): Instance[A]
- Definition Classes
- MonocleExtStateSnapshot
- implicit final def MonocleReactExt_StateSnapshotNR(x: StateSnapshot.type): ObjectWithoutReuse
- Definition Classes
- MonocleExtStateSnapshot
- implicit final def MonocleReactExt_StateSnapshotWR[A](x: InstanceMethodsWithReuse[A]): InstanceWithReuse[A]
- Definition Classes
- MonocleExtStateSnapshot
- implicit final def MonocleReactExt_StateSnapshotWR(x: withReuse.type): ObjectWithReuse
- Definition Classes
- MonocleExtStateSnapshot
- implicit final def MonocleReactExt_StateWritableCB[I, S](i: I)(implicit sa: WritePure[I, S]): StateWritableCB[I, S]
- Definition Classes
- MonocleExtComponentLowPriorityImplicits
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.