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 Serializable
trait Product
trait Equals
trait Rhs[OutTag]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product