CanZipMapValues

Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

class OpArray[@specialized(Double, Int, Float, Long) V, @specialized(Double, Int, Float, Long) RV] extends CanZipMapValues[Array[V], V, RV, Array[RV]]
object OpArrayCC extends OpArray[Complex, Complex]
object OpArrayDD extends OpArray[Double, Double]
object OpArrayFD extends OpArray[Float, Double]
object OpArrayFF extends OpArray[Float, Float]
object OpArrayID extends OpArray[Int, Double]
object OpArrayII extends OpArray[Int, Int]
object OpArrayLD extends OpArray[Long, Double]
object OpArrayLL extends OpArray[Long, Long]
object OpArraySD extends OpArray[Short, Double]
object OpArraySS extends OpArray[Short, Short]

Types

type Op[From, V, RV, To] = CanZipMapValues[From, V, RV, To]

Value members

Concrete methods

def canZipMapSelf[S]: CanZipMapValues[S, S, S, S]

Implicits

Implicits

implicit def opArray[@specialized V, @specialized RV](implicit evidence$2: ClassTag[RV]): OpArray[V, RV]