Filter

zio.Cause$.Folder$.Filter
final case class Filter[E](p: Cause[E] => Boolean) extends Folder[Any, E, Cause[E]]

Attributes

Graph
Supertypes
trait Product
trait Equals
trait Folder[Any, E, Cause[E]]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def bothCase(context: Any, left: Cause[E], right: Cause[E]): Cause[E]
def dieCase(context: Any, t: Throwable, stackTrace: StackTrace): Cause[E]
def empty(context: Any): Cause[E]
def failCase(context: Any, error: E, stackTrace: StackTrace): Cause[E]
def interruptCase(context: Any, fiberId: FiberId, stackTrace: StackTrace): Cause[E]
def stacklessCase(context: Any, value: Cause[E], stackless: Boolean): Cause[E]
def thenCase(context: Any, left: Cause[E], right: Cause[E]): Cause[E]

Inherited methods

def dieCase(context: Any, t: Throwable, stackTrace: StackTrace, spans: List[LogSpan], annotations: Map[String, String]): Z

Attributes

Inherited from:
Folder
def failCase(context: Any, error: E, stackTrace: StackTrace, spans: List[LogSpan], annotations: Map[String, String]): Z

Attributes

Inherited from:
Folder
def interruptCase(context: Any, fiberId: FiberId, stackTrace: StackTrace, spans: List[LogSpan], annotations: Map[String, String]): Z

Attributes

Inherited from:
Folder

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product