InArr

final case class InArr[A, C](of: In[A], fromSeq: Seq[A] => Either[String, C]) extends In[C]
Source:
ast.scala
trait Product
trait Equals
trait In[C]
class Object
trait Matchable
class Any

Value members

Concrete methods

def emap[B](f: C => Either[String, B]): InArr[A, B]
Source:
ast.scala
def map[B](f: C => B): InArr[A, B]
Source:
ast.scala

Inherited methods

Inherited from:
Product