Class CopyBinaryCellFunction
- java.lang.Object
 - 
- org.apache.sysds.runtime.instructions.spark.functions.CopyBinaryCellFunction
 
 
- 
- All Implemented Interfaces:
 Serializable,org.apache.spark.api.java.function.PairFunction<scala.Tuple2<MatrixIndexes,MatrixCell>,MatrixIndexes,MatrixCell>
public class CopyBinaryCellFunction extends Object implements org.apache.spark.api.java.function.PairFunction<scala.Tuple2<MatrixIndexes,MatrixCell>,MatrixIndexes,MatrixCell>
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description CopyBinaryCellFunction() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description scala.Tuple2<MatrixIndexes,MatrixCell>call(scala.Tuple2<MatrixIndexes,MatrixCell> arg0) 
 - 
 
- 
- 
Method Detail
- 
call
public scala.Tuple2<MatrixIndexes,MatrixCell> call(scala.Tuple2<MatrixIndexes,MatrixCell> arg0) throws Exception
- Specified by:
 callin interfaceorg.apache.spark.api.java.function.PairFunction<scala.Tuple2<MatrixIndexes,MatrixCell>,MatrixIndexes,MatrixCell>- Throws:
 Exception
 
 - 
 
 -