Class IsBlockInList
- java.lang.Object
- 
- org.apache.sysds.runtime.instructions.spark.functions.IsBlockInList
 
- 
- All Implemented Interfaces:
- Serializable,- org.apache.spark.api.java.function.Function<scala.Tuple2<MatrixIndexes,MatrixBlock>,Boolean>
 
 public class IsBlockInList extends Object implements org.apache.spark.api.java.function.Function<scala.Tuple2<MatrixIndexes,MatrixBlock>,Boolean> - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description IsBlockInList(long[] cols, DataCharacteristics mc)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Booleancall(scala.Tuple2<MatrixIndexes,MatrixBlock> kv)
 
- 
- 
- 
Constructor Detail- 
IsBlockInListpublic IsBlockInList(long[] cols, DataCharacteristics mc)
 
- 
 - 
Method Detail- 
callpublic Boolean call(scala.Tuple2<MatrixIndexes,MatrixBlock> kv) throws Exception - Specified by:
- callin interface- org.apache.spark.api.java.function.Function<scala.Tuple2<MatrixIndexes,MatrixBlock>,Boolean>
- Throws:
- Exception
 
 
- 
 
-