ResultLogicalCombinators

Companion:
class
trait Results
class Object
trait Matchable
class Any

Type members

Inherited classlikes

Value members

Inherited methods

def booleanToSimpleResult(b: Boolean): Result
Inherited from:
Results
Inherited from:
Results
def negateWhen(condition: Boolean)(r: Result): Result
Inherited from:
Results

Implicits

Inherited implicits

implicit def combineBoolean(b: => Boolean): ResultLogicalCombinator
implicit def toResult(b: Boolean): Result

implicit definition to accept any boolean value as a Result This avoids writing b must beTrue

implicit definition to accept any boolean value as a Result This avoids writing b must beTrue

Inherited from:
Results