Positioned

scala.cli.directivehandler.Positioned
See thePositioned companion object
final case class Positioned[+T](positions: Seq[Position], value: T)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def eitherSequence[L, R](implicit ev: T <:< Either[L, R]): Either[L, Positioned[R]]
def flatMap[U](f: T => Positioned[U]): Positioned[U]
def map[U](f: T => U): Positioned[U]

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product