AutoUpdatingVar

ca.dvgi.periodic.AutoUpdatingVar
See theAutoUpdatingVar companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply[U[_], R[_], T](autoUpdater: AutoUpdater[U, R, T])(updateVar: => U[T], updateInterval: UpdateInterval[T], updateAttemptStrategy: UpdateAttemptStrategy, handleInitializationError: PartialFunction[Throwable, U[T]], varNameOverride: Option[String])(implicit ct: ClassTag[T]): AutoUpdatingVar[U, R, T]

Attributes

See also
def jdk[T](updateVar: => T, updateInterval: UpdateInterval[T], updateAttemptStrategy: UpdateAttemptStrategy, handleInitializationError: PartialFunction[Throwable, T], varNameOverride: Option[String], blockUntilReadyTimeout: Option[Duration], executorOverride: Option[ScheduledExecutorService])(implicit ct: ClassTag[T]): AutoUpdatingVar[Identity, Future, T]

An AutoUpdatingVar based on only the JDK.

An AutoUpdatingVar based on only the JDK.

Attributes

See also