Results

object Results extends Results
Companion
class
trait Results
class Object
trait Matchable
class Any

Value members

Inherited methods

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

Givens

Inherited givens

given given_Conversion_Boolean_Result: Conversion[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