Open AlexByte opened 5 years ago
Instead of String, you can pass an Object in SimpleStringFilterand get a Stringusing the .toString() method.
String
Object in
SimpleStringFilter
.toString()
Instead of
String
, you can pass anObject in
SimpleStringFilter
and get aString
using the.toString()
method.