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