Class IterableMax<T extends RealType<T>>

  • Type Parameters:
    T - input type
    All Implemented Interfaces:
    BiConsumer<Iterable<T>,​T>, Computers.Arity1<Iterable<T>,​T>

    public class IterableMax<T extends RealType<T>>
    extends Object
    implements Computers.Arity1<Iterable<T>,​T>
    Op to calculate the stats.max.
    Author:
    Daniel Seebacher (University of Konstanz), Christian Dietz (University of Konstanz), Stefan Helfrich (University of Konstanz)
    Implementation Note:
    op names='stats.max'