public static class Min.MinIntegerFn extends Min.MinFn<java.lang.Integer>
SerializableFunction that computes the minimum of an
Iterable of Integers, useful as an argument to
Combine.globally(com.google.cloud.dataflow.sdk.transforms.SerializableFunction<java.lang.Iterable<V>, V>) or Combine.perKey(com.google.cloud.dataflow.sdk.transforms.SerializableFunction<java.lang.Iterable<V>, V>).| Constructor and Description |
|---|
Min.MinIntegerFn() |