Packages

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. Protected

Type Members

  1. trait AutoComponentName extends AnyRef
  2. final class AutoComponentNameMacros extends MacroUtils
  3. trait Box[+A] extends Object
    Annotations
    @JSType() @native()
  4. final class CompileTimeInfoMacros extends MacroUtils
  5. final class ComponentBuilderMacros extends MacroUtils
  6. abstract class Effect[F[_]] extends AnyRef
  7. final class Iso[A, B] extends AnyRef
  8. trait JsRepr[A] extends AnyRef
  9. trait JsReprHighPri extends JsReprMedPri
  10. trait JsReprLowPri extends AnyRef
  11. trait JsReprMedPri extends JsReprLowPri
  12. class JsSet[A] extends Object with Iterable[A]
    Annotations
    @JSType() @native() @JSGlobal("Set")
  13. final class Lens[A, B] extends AnyRef
  14. abstract class MacroUtils extends AnyRef
  15. 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.

  16. trait OptionLike[O[_]] extends AnyRef
  17. trait Profunctor[F[_, _]] extends AnyRef
  18. class ReusabilityMacros extends MacroUtils
  19. final case class Semigroup[A](append: (A, => A) => A) extends AnyVal with Product with Serializable
  20. final class Singleton[A] extends AnyRef
  21. final class SyncPromise[A] extends AnyRef

    Promise that is synchronous once its value has been set.

  22. sealed trait Trampoline[+A] extends AnyRef

Value Members

  1. def catchAll[A](a: => A): Try[A]
  2. def identityFn[A]: (A) => A
  3. def intercalateInto[A](b: Builder[A, _], it: Iterator[A], sep: A): Unit
  4. def intercalateTo[F[_], A](as: Iterator[A], sep: A)(implicit cbf: Factory[A, F[A]]): F[A]
  5. def newJsPromise[A]: CallbackTo[(Promise[A], (Try[A]) => Callback)]
  6. implicit def toProfunctorOps[F[_, _], A, B](f: F[A, B])(implicit p: Profunctor[F]): Ops[F, A, B]
    Annotations
    @inline()
  7. object AutoComponentName
  8. object Box
  9. object CompileTimeInfo
  10. object Effect
  11. object Iso
  12. object JsRepr extends JsReprHighPri
  13. object JsSet
  14. object JsUtil
  15. object Lens
  16. object MacroUtils
  17. object OptionLike
  18. object Profunctor
  19. object Semigroup extends Serializable
  20. object Singleton
  21. object SyncPromise
  22. object Trampoline

Inherited from AnyRef

Inherited from Any

Ungrouped