TimedFuture

org.specs2.control.eff.TimedFuture
See theTimedFuture companion object
final case class TimedFuture[A](callback: ExecutorServices => Future[A], timeout: Option[FiniteDuration])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

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

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product