All Downloads are FREE. Search and download functionalities are using the official Maven repository.

japgolly.scalajs.react.util.DefaultEffects.scala Maven / Gradle / Ivy

The newest version!
package japgolly.scalajs.react.util

sealed trait DefaultEffectsLowPri extends DefaultEffectsApiLowPri {
  override final type Async[A] = Effect.Async.Untyped[A]
  @noinline override final implicit def Async: Effect.Async[Async] = ???
}

object DefaultEffects extends DefaultEffectsLowPri with DefaultEffectsApi {
  override type Sync[A] = Effect.Sync.Untyped[A]
  @noinline override implicit def Sync: Effect.Sync[Sync] = ???
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy