All Downloads are FREE. Search and download functionalities are using the official Maven repository.

zio.test.ZTestEventHandler.scala Maven / Gradle / Ivy

There is a newer version: 2.1.9
Show newest version
package zio.test

import zio.{UIO, ZIO}

trait ZTestEventHandler {
  def handle(event: ExecutionEvent): UIO[Unit]
}
object ZTestEventHandler {
  val silent: ZTestEventHandler = _ => ZIO.unit
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy