package util
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final class ConsoleHijack extends AnyRef
- trait DefaultEffectsApi extends DefaultEffectsApiLowPri
- trait DefaultEffectsApiLowPri extends AnyRef
This is a separate because both Sync and Async extend Dispatch, and there needs to be an unambiguous Dispatch instance even if both the Sync and Async types are the same.
- trait DomUtil extends AnyRef
- trait Effect[F[_]] extends Monad[F]
- trait EffectSyntax extends ForAsync with ForSync
- trait Monad[F[_]] 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
- final case class Semigroup[A](append: (A, => A) => A) extends AnyVal with Product with Serializable
Value Members
- object ConsoleHijack
- object DomUtil
- object Effect extends EffectFallbacks
- object EffectSyntax
- object JsUtil
- object OptionLike
- object Semigroup extends Serializable
- object Util