FullMVUtil

rescala.fullmv.FullMVUtil
object FullMVUtil

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
FullMVUtil.type

Members list

Type members

Classlikes

object default extends FullMVApi

Attributes

Supertypes
class FullMVApi
trait TaskBundle
trait Mirror
trait FullMVBundle
trait Interface
trait Operators
trait SourceBundle
trait SignalBundle
trait EventBundle
trait FoldBundle
class Object
trait Matchable
class Any
Show all
Self type
default.type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Types

type CallAccumulator[T] = List[Future[T]]

Value members

Concrete methods

def accumulateBroadcastFutures[T, C](accumulator: CallAccumulator[T], collection: Iterable[C])(makeCall: C => Future[T]): CallAccumulator[T]
def accumulateFuture[T](accumulator: CallAccumulator[T], call: Future[T]): CallAccumulator[T]
def broadcast[C](collection: Iterable[C])(makeCall: C => Future[Unit]): Future[Unit]
def myAwait[T](future: Future[T], timeout: Duration): T

Concrete fields

val DEBUG: Boolean