OffsetPosition

object OffsetPosition extends AbstractFunction2[CharSequence, Int, OffsetPosition] with PositionCache
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
Inhertied from
Mirror
type MirroredLabel <: String
The name of the type
Inhertied from
Mirror

Value members

Inherited methods

@unspecialized
def tupled: (T1, T2) => R
Inhertied from
Function2
@unspecialized
def curried: T1 => T2 => R
Inhertied from
Function2