Packages

package util

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final class ConsoleHijack extends AnyRef
  2. trait DefaultEffectsApi extends DefaultEffectsApiLowPri
  3. 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.

  4. trait DomUtil extends AnyRef
  5. trait Effect[F[_]] extends Monad[F]
  6. trait EffectSyntax extends ForAsync with ForSync
  7. trait Monad[F[_]] extends AnyRef
  8. 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.

  9. trait OptionLike[O[_]] extends AnyRef
  10. final case class Semigroup[A](append: (A, => A) => A) extends AnyVal with Product with Serializable

Value Members

  1. object ConsoleHijack
  2. object DomUtil
  3. object Effect extends EffectFallbacks
  4. object EffectSyntax
  5. object JsUtil
  6. object OptionLike
  7. object Semigroup extends Serializable
  8. object Util

Ungrouped