futEither2fut

molecule.core.util.FutureUtils.futEither2fut
implicit class futEither2fut[T](fut: Future[Either[MoleculeError, T]])(implicit ec: ExecutionContext)

Attributes

Source
FutureUtils.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def future: Future[T]

Attributes

Source
FutureUtils.scala