Packages

o

dynamics.common

NPMTypes

object NPMTypes

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NPMTypes
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type JSCallback[A] = (Function2[Error, A, Any]) ⇒ Unit
  2. type JSCallbackNPM[A] = (Function2[Error, A, Any]) ⇒ Unit

Value Members

  1. def callbackToIO[A](f: JSCallbackNPM[A])(implicit e: ExecutionContext): IO[A]

    This does not work as well as I thought it would...