Shuffle

object Shuffle extends Effect[Iterable[Any], Nothing, Iterable[Any]]
class Effect[Iterable[Any], Nothing, Iterable[Any]]
class Object
trait Matchable
class Any
Shuffle.type

Value members

Inherited methods

def apply(returns: Result[Iterable[Any], Nothing, Iterable[Any]])(implicit ev: Iterable[Any] <:< Unit): Expectation[Random]
Inherited from:
Capability
def apply(assertion: Assertion[Iterable[Any]], result: Result[Iterable[Any], Nothing, Iterable[Any]])(implicit ev: Iterable[Any] =!= Unit): Expectation[Random]
Inherited from:
Capability
def apply(assertion: Assertion[Iterable[Any]])(implicit ev1: Iterable[Any] =!= Unit, ev2: Iterable[Any] <:< Unit): Expectation[Random]
Inherited from:
Capability
def apply()(implicit ev1: Iterable[Any] =:= Unit, ev2: Iterable[Any] <:< Unit): Expectation[Random]
Inherited from:
Capability
def isEqual[R0 <: Has[_], I0, E0, A0](that: Capability[R0, I0, E0, A0]): Boolean
Inherited from:
Capability

Inherited fields

Inherited from:
Capability
val id: UUID
Inherited from:
Base
Inherited from:
Capability
Inherited from:
Capability
Inherited from:
Capability
override val toString: String

Render method fully qualified name.

Render method fully qualified name.

Inherited from:
Base