Effect

kreuzberg.Effect
See theEffect companion object
case class Effect[T](fn: ExecutionContext => Future[T])

Wraps an Effect so that it is lazy

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 map[U](mapFn: T => U): Effect[U]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product