&&

be.objectify.deadbolt.scala.composite.Operators.&&
case class &&[A](ec: ExecutionContext) extends Operator[A]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Operator[A]
trait (() => A, () => A) => () => A
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def apply(c1: () => A, c2: () => A): () => A

Inherited methods

def curried: T1 => T2 => R

Attributes

Inherited from:
Function2
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function2 -> Any
Inherited from:
Function2
def tupled: ((T1, T2)) => R

Attributes

Inherited from:
Function2