Click or drag to resize

DFBoolColumnApply Method

Overload List
 NameDescription
Public methodApply(String, FuncBoolean, Boolean) Returns a new column with the given name and same size as this column, whose values are the result of applying the given unary function to each element of this column.
Public methodApply(String, FuncBoolean, Boolean, Boolean, DFBoolColumn) Returns a new column with the given name and same size as this column, whose values are the result of applying the given binary function to each element of this column. The first parameter to the binary function is an element of self; the second parameter is the corresponding element of the passed column.
Public methodApply(String, FuncBoolean, Boolean, Boolean, Boolean) Returns a new column with the given name and same size as this column, whose values are the result of applying the given binary function to each element of this column. The first parameter to the binary function is an element of self; the second parameter is the passed boolean.
Top
See Also