Effect

trait Effect[F[_]]

A capability of supporting the given effect type, such as scala.concurrent.Future. Used only as a type parameter, without implementations.

A capability of supporting the given effect type, such as scala.concurrent.Future. Used only as a type parameter, without implementations.

class Object
trait Matchable
class Any