types

object types
Authors

Kevin Lee

Since

2021-11-14

class Object
trait Matchable
class Any

Type members

Classlikes

sealed trait ErrorLogger[-A <: Throwable] extends A => Unit
Companion
object
object ErrorLogger
Companion
class
sealed trait ExecutionContextErrorLogger extends ErrorLogger[Throwable]
final case class WaitFor(waitFor: FiniteDuration) extends AnyVal