Unsafe

trait Unsafe[L, T]
Companion:
object
class Object
trait Matchable
class Any
trait Default
Unsafe[L, T]

Value members

Abstract methods

def lock(): L
def tryLock(): T
def tryLock(time: Long, unit: TimeUnit): T

Concrete methods

def apply[A](a: => A): A
def applyF[F[_], A](fa: F[A])(implicit F: Effect[F]): F[A]
def withEffectGeneric[F[_]](implicit E: Effect[F]): Safe[F, L, T]