final case class Filter[E](p: (Cause[E]) ⇒ Boolean) extends Folder[Any, E, Cause[E]] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Filter
- Serializable
- Serializable
- Product
- Equals
- Folder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bothCase(context: Any, left: Cause[E], right: Cause[E]): Cause[E]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- def dieCase(context: Any, t: Throwable, stackTrace: StackTrace): Cause[E]
-
def
dieCase(context: Any, t: Throwable, stackTrace: StackTrace, spans: List[LogSpan], annotations: Map[String, String]): Cause[E]
- Definition Classes
- Folder
- def empty(context: Any): Cause[E]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def failCase(context: Any, error: E, stackTrace: StackTrace): Cause[E]
-
def
failCase(context: Any, error: E, stackTrace: StackTrace, spans: List[LogSpan], annotations: Map[String, String]): Cause[E]
- Definition Classes
- Folder
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def interruptCase(context: Any, fiberId: FiberId, stackTrace: StackTrace): Cause[E]
-
def
interruptCase(context: Any, fiberId: FiberId, stackTrace: StackTrace, spans: List[LogSpan], annotations: Map[String, String]): Cause[E]
- Definition Classes
- Folder
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val p: (Cause[E]) ⇒ Boolean
- def stacklessCase(context: Any, value: Cause[E], stackless: Boolean): Cause[E]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def thenCase(context: Any, left: Cause[E], right: Cause[E]): Cause[E]
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )