CanZipMapValues

Companion:
class
class Object
trait Matchable
class Any

Type members

Classlikes

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 : ClassTag]: OpArray[V, RV]