NeedsEnv

sealed abstract class NeedsEnv[+R] extends Serializable

A value of type NeedsEnv[R] provides implicit evidence that an effect with environment type R needs an environment, that is, that R is not equal to Any.

Companion:
object
class Object
trait Matchable
class Any
object NeedsEnv.type