Result

sealed abstract class Result[-I, +E, +A]

A Result[-I, +E, +A] represents the value or failure that will be returned by mock expectation when invoked.

Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract fields

val io: I => IO[E, A]