ServerSideProcInvoker

Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

trait MergeFailure[E, O]

Working around crappy type inference

Working around crappy type inference

Companion
object
object MergeFailure
Companion
class

Value members

Concrete methods

def apply[I, E, O](run: I => AsyncCallback[Either[E, O]]): ServerSideProcInvoker[I, E, O]
def const[E, O](result: Either[E, O]): ServerSideProcInvoker[Any, E, O]
def const[E, O](result: AsyncCallback[Either[E, O]]): ServerSideProcInvoker[Any, E, O]
def fromSimple[I, O](f: I => CallbackTo[AsyncCallback[O]]): ServerSideProcInvoker[I, ErrorMsg, O]
def throwableToErrorMsg(t: Throwable): ErrorMsg

Implicits

Implicits

implicit def reusability[I, E, O]: Reusability[ServerSideProcInvoker[I, E, O]]
implicit def variance[I, E, O, II <: I, EE >: E, OO >: O](a: ServerSideProcInvoker[I, E, O]): ServerSideProcInvoker[II, EE, OO]