OutArr

final case class OutArr[F[_], A, C](of: Out[F, A], toSeq: C => Seq[A]) extends Out[F, C]
Source:
ast.scala
trait Product
trait Equals
trait Out[F, C]
class Object
trait Matchable
class Any

Value members

Concrete methods

def contramap[B](f: B => C): OutArr[F, A, B]
Source:
ast.scala
def mapK[G[_] : Functor](fk: FunctionK[F, G]): OutArr[G, A, C]
Source:
ast.scala

Inherited methods

Inherited from:
Product