Accessible

object Accessible
Companion:
class
class Object
trait Matchable
class Any

Type members

Classlikes

@implicitNotFound("The methods of your service definition should not use the environment, because this leaks implementation details to clients of the service, and these implementation details should be hidden and free to change based on the specific nature of the implementation. In order to use this accessor, please consider refactoring your service methods so they no longer use ZIO environment.")
sealed trait IsAny[R]

Implicits

Implicits

implicit val anyIsAny: IsAny[Any]