Class IterableLongest

  • All Implemented Interfaces:
    Function<Iterable<?>,​Object>

    public class IterableLongest
    extends KorypheFunction<Iterable<?>,​Object>
    An IterableLongest is a Function which evaluates the length of each item in the input Iterable and returns the longest item.

    The Length function is used to determine the length of each item in the iterable.

    • Constructor Detail

      • IterableLongest

        public IterableLongest()