case class Or[F, T](f1: Expression[F, T], f2: Expression[F, T]) extends Expression[F, T] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Or
- Serializable
- Serializable
- Product
- Equals
- Expression
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Or(f1: Expression[F, T], f2: Expression[F, T])
Value Members
- val f1: Expression[F, T]
- val f2: Expression[F, T]
-
def
or(other: Expression[F, T]): Or[F, T]
- Definition Classes
- Expression