TimedFuture

final case class TimedFuture[A](callback: ExecutorServices => Future[A], timeout: Option[FiniteDuration])
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def attempt: TimedFuture[Either[Throwable, A]]
@inline
def runNow(es: ExecutorServices): Future[A]

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product