接口 TupleImplementor
public interface TupleImplementor
-
方法概要
修饰符和类型方法说明convert(BiFunction<Object, Integer, Object> block) get(int index) static Collection<Object>projection(Collection<? extends TupleImplementor> tuples, int index) intsize()
-
方法详细资料
-
size
int size() -
get
-
convert
-
projection
-