breeze-macros
breeze-macros
breeze.gymnastics
&:&
&:&
breeze.macros
AssertImpl
LoopMacros
expand
expand
args
exclude
sequence
valify
breeze-macros
/
breeze.macros
/
AssertImpl
AssertImpl
object
AssertImpl
Graph
Supertypes
Self type
class
Object
trait
Matchable
class
Any
AssertImpl
.type
Value members
Value members
Concrete methods
def
assertBody
(
using
Quotes
):
Expr
[
String
]
=>
Expr
[
Nothing
]
def
assertImpl
(
condition:
Expr
[
Boolean
],
message:
Expr
[
Any
]
|
Null
)(
using
Quotes
):
Expr
[
Unit
]
def
assertLikeImpl
(
condition:
Expr
[
Boolean
],
message:
Expr
[
Any
]
|
Null
,
doThrow:
Expr
[
String
]
=>
Expr
[
Nothing
])(
using
Quotes
):
Expr
[
Unit
]
def
assumeBody
(
using
Quotes
):
Expr
[
String
]
=>
Expr
[
Nothing
]
def
assumeImpl
(
condition:
Expr
[
Boolean
],
message:
Expr
[
Any
]
|
Null
)(
using
Quotes
):
Expr
[
Unit
]
def
requireBody
(
using
Quotes
):
Expr
[
String
]
=>
Expr
[
Nothing
]
def
requireImpl
(
condition:
Expr
[
Boolean
],
message:
Expr
[
Any
]
|
Null
)(
using
Quotes
):
Expr
[
Unit
]