Assert

fun interface Assert<M, F>

Interface for defining your assertions over Next instances.

Functions

Link copied to clipboard
abstract fun apply(result: Result<M, F>)