ApplyToLeaf

fs2.data.esp.Rhs$.ApplyToLeaf
case class ApplyToLeaf[OutTag](f: OutTag => Either[String, OutTag]) extends Rhs[OutTag]

Applies the function to a leaf value.

Attributes

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

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product