Concat

fs2.data.esp.Rhs.Concat
case class Concat[OutTag](fst: Rhs[OutTag], snd: Rhs[OutTag]) extends Rhs[OutTag]

Concatenates two RHS.

Attributes

Source
Rhs.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Rhs[OutTag]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product