Concat

case class Concat[OutTag](fst: Rhs[OutTag], snd: Rhs[OutTag]) extends Rhs[OutTag]

Concatenates two RHS.

Source:
Rhs.scala
trait Product
trait Equals
trait Rhs[OutTag]
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product