Class Longest<T>

  • Type Parameters:
    T - the type of input objects
    All Implemented Interfaces:
    Function<Tuple2<T,​T>,​T>

    public class Longest<T>
    extends KorypheFunction2<T,​T,​T>
    A Longest is a Function which takes two inputs and returns the longest of the two.
    • Constructor Detail

      • Longest

        public Longest()