Result

zio.mock.Result
See theResult companion object
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.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract fields

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