sealed abstract
class
Position[A] extends AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
boundary: NonEmptyList[Interval[Double]]
-
def
clone(): AnyRef
-
def
drop(n: Int): IList[A]
-
-
-
def
finalize(): Unit
-
def
flatMap[B](f: (A) ⇒ Position[B]): Position[B]
-
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
map[B](f: (A) ⇒ B): Position[B]
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
objective: Maybe[Objective[A]]
-
def
pos: NonEmptyList[A]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
take(n: Int): IList[A]
-
-
def
toString(): String
-
def
traverse[G[_], B](f: (A) ⇒ G[B])(implicit arg0: Applicative[G]): G[Position[B]]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-