public class CopyBinaryCellFunction extends Object implements org.apache.spark.api.java.function.PairFunction<scala.Tuple2<MatrixIndexes,MatrixCell>,MatrixIndexes,MatrixCell>
Constructor and Description |
---|
CopyBinaryCellFunction() |
Modifier and Type | Method and Description |
---|---|
scala.Tuple2<MatrixIndexes,MatrixCell> |
call(scala.Tuple2<MatrixIndexes,MatrixCell> arg0) |
public scala.Tuple2<MatrixIndexes,MatrixCell> call(scala.Tuple2<MatrixIndexes,MatrixCell> arg0) throws Exception
call
in interface org.apache.spark.api.java.function.PairFunction<scala.Tuple2<MatrixIndexes,MatrixCell>,MatrixIndexes,MatrixCell>
Exception
Copyright © 2020 The Apache Software Foundation. All rights reserved.