pub fn java_method<I>(cols: I) -> Columnwhere I: IntoIterator, I::Item: Into<Column>,
Calls a method with reflection.