Package

japgolly.scalajs.react

internal

Permalink

package internal

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. internal
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Box[+A] extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  2. final class ComponentBuilderMacros extends MacroUtils

    Permalink
  3. abstract class Effect[F[_]] extends AnyRef

    Permalink
  4. final class Iso[A, B] extends AnyRef

    Permalink
  5. trait JsRepr[A] extends AnyRef

    Permalink
  6. trait JsReprHighPri extends JsReprMedPri

    Permalink
  7. trait JsReprLowPri extends AnyRef

    Permalink
  8. trait JsReprMedPri extends JsReprLowPri

    Permalink
  9. final class Lens[A, B] extends AnyRef

    Permalink
  10. abstract class MacroUtils extends AnyRef

    Permalink
  11. sealed trait NotAllowed extends AnyRef

    Permalink

    It is impossible for you, nor are you supposed to, create an instance for this.

    It is impossible for you, nor are you supposed to, create an instance for this. This is uninhabitable.

    This is a marker to indicate that you're not allowed to call a method, whilst leaving the method in place for you with a deprecation telling you why its uncallable.

  12. trait OptionLike[O[_]] extends AnyRef

    Permalink
  13. trait Profunctor[F[_, _]] extends AnyRef

    Permalink
  14. class ReusabilityMacros extends MacroUtils

    Permalink
  15. final case class Semigroup[A](append: (A, ⇒ A) ⇒ A) extends AnyVal with Product with Serializable

    Permalink
  16. final class Singleton[A] extends AnyRef

    Permalink
  17. final class SyncPromise[A] extends AnyRef

    Permalink

    Promise that is synchronous once its value has been set.

Value Members

  1. object Box

    Permalink
  2. object Effect

    Permalink
  3. object Iso

    Permalink
  4. object JsRepr extends JsReprHighPri

    Permalink
  5. object JsUtil

    Permalink
  6. object Lens

    Permalink
  7. object MacroUtils

    Permalink
  8. object NotAllowed

    Permalink
  9. object OptionLike

    Permalink
  10. object Profunctor

    Permalink
  11. object Semigroup extends Serializable

    Permalink
  12. object Singleton

    Permalink
  13. object SyncPromise

    Permalink
  14. def catchAll[A](a: ⇒ A): Try[A]

    Permalink
  15. def identityFn[A]: (A) ⇒ A

    Permalink
  16. def intercalateInto[A](b: Builder[A, _], it: Iterator[A], sep: A): Unit

    Permalink
  17. def intercalateTo[F[_], A](as: Iterator[A], sep: A)(implicit cbf: CanBuildFrom[Nothing, A, F[A]]): F[A]

    Permalink
  18. def newJsPromise[A]: CallbackTo[(Promise[A], (Try[A]) ⇒ Callback)]

    Permalink
  19. implicit def toProfunctorOps[F[_, _], A, B](f: F[A, B])(implicit p: Profunctor[F]): Ops[F, A, B]

    Permalink
    Annotations
    @inline()

Inherited from AnyRef

Inherited from Any

Ungrouped