All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.linkedin.parseq.function.Tuple Maven / Gradle / Ivy

package com.linkedin.parseq.function;

public interface Tuple extends Iterable {

  int arity();

}