RollingCount

class RollingCount[@specialized(Int, Long, Double) A] extends Vec[A] => Int
trait Vec[A] => Int
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(v: Vec[A]): Int

Inherited methods

@unspecialized
def andThen[A](g: Int => A): Vec[A] => A
Inherited from:
Function1
@unspecialized
def compose[A](g: A => Vec[A]): A => Int
Inherited from:
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from:
Function1

Concrete fields

var i: Int
var p: Scalar[A]
var s: Int
val sa: ScalarTag[A]