package internal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- internal
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- trait AutoComponentName extends AnyRef
- final class AutoComponentNameMacros extends MacroUtils
- trait Box[+A] extends Object
- Annotations
- @JSType() @native()
- final class CompileTimeInfoMacros extends MacroUtils
- final class ComponentBuilderMacros extends MacroUtils
- abstract class Effect[F[_]] extends AnyRef
- final class Iso[A, B] extends AnyRef
- trait JsRepr[A] extends AnyRef
- trait JsReprHighPri extends JsReprMedPri
- trait JsReprLowPri extends AnyRef
- trait JsReprMedPri extends JsReprLowPri
- class JsSet[A] extends Object with Iterable[A]
- Annotations
- @JSType() @native() @JSGlobal("Set")
- final class Lens[A, B] extends AnyRef
- abstract class MacroUtils extends AnyRef
- sealed trait NotAllowed extends Any
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.
- trait OptionLike[O[_]] extends AnyRef
- trait Profunctor[F[_, _]] extends AnyRef
- class ReusabilityMacros extends MacroUtils
- final case class Semigroup[A](append: (A, => A) => A) extends AnyVal with Product with Serializable
- final class Singleton[A] extends AnyRef
- final class SyncPromise[A] extends AnyRef
Promise that is synchronous once its value has been set.
- sealed trait Trampoline[+A] extends AnyRef
Value Members
- def catchAll[A](a: => A): Try[A]
- def identityFn[A]: (A) => A
- def intercalateInto[A](b: Builder[A, _], it: Iterator[A], sep: A): Unit
- def intercalateTo[F[_], A](as: Iterator[A], sep: A)(implicit cbf: Factory[A, F[A]]): F[A]
- def newJsPromise[A]: CallbackTo[(Promise[A], (Try[A]) => Callback)]
- implicit def toProfunctorOps[F[_, _], A, B](f: F[A, B])(implicit p: Profunctor[F]): Ops[F, A, B]
- Annotations
- @inline()
- object AutoComponentName
- object Box
- object CompileTimeInfo
- object Effect
- object Iso
- object JsRepr extends JsReprHighPri
- object JsSet
- object JsUtil
- object Lens
- object MacroUtils
- object OptionLike
- object Profunctor
- object Semigroup extends Serializable
- object Singleton
- object SyncPromise
- object Trampoline