Unsafe

zio.Unsafe
See theUnsafe companion trait
object Unsafe extends Unsafe

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
trait Unsafe
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
Unsafe.type

Members list

Type members

Inherited and Abstract types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def unsafe[A](f: Unsafe => A): A

Deprecated methods

def unsafeCompat[A](f: Unsafe => A): A

Attributes

Deprecated
[Since version 2.0.1] use unsafe

Inherited methods

def unsafely[A](f: Unsafe ?=> A): A

Attributes

Inherited from:
UnsafeVersionSpecific (hidden)

Implicits

Inherited implicits

implicit def implicitFunctionIsFunction[A](f: Unsafe ?=> A): Unsafe => A

Attributes

Inherited from:
UnsafeVersionSpecific (hidden)