Concat

fs2.data.esp.Expr$.Concat
case class Concat[Out](fst: Expr[Out], snd: Expr[Out]) extends Expr[Out]

Attributes

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

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product