Guard

case class Guard[Expr, Tag](guard: Option[Expr]) extends Skeleton[Expr, Tag]
trait Product
trait Equals
trait Skeleton[Expr, Tag]
class Object
trait Matchable
class Any

Value members

Inherited methods

final def isTrivial: Boolean
Inherited from:
Skeleton
Source:
Skeleton.scala
Inherited from:
Product