OffsetPosition

object OffsetPosition extends AbstractFunction2[CharSequence, Int, OffsetPosition] with PositionCache

An object holding the index cache.

An object holding the index cache.

Companion
class
trait Product
trait Mirror
trait PositionCache
class AbstractFunction2[CharSequence, Int, OffsetPosition]
trait (CharSequence, Int) => OffsetPosition
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Inherited methods

@unspecialized
def curried: CharSequence => Int => OffsetPosition
Inherited from
Function2
@unspecialized
def tupled: (CharSequence, Int) => OffsetPosition
Inherited from
Function2