DataScanCursor

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def from[V](j: ValueScanCursor[V]): DataScanCursor[V]
def from[K, V](j: MapScanCursor[K, V]): DataScanCursor[(K, V)]
def from[K](j: KeyScanCursor[K]): DataScanCursor[K]
def from[V](j: ScoredValueScanCursor[V]): DataScanCursor[(Double, V)]