Class Functions.SizeFunction

  • All Implemented Interfaces:
    java.io.Serializable, java.util.function.Function<java.lang.Iterable<?>,​java.lang.Integer>, java.util.function.ToIntFunction<java.lang.Iterable<?>>, Function<java.lang.Iterable<?>,​java.lang.Integer>, IntFunction<java.lang.Iterable<?>>
    Enclosing class:
    Functions

    public static class Functions.SizeFunction
    extends IntegerFunctionImpl<java.lang.Iterable<?>>
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Constructor Description
      SizeFunction()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int intValueOf​(java.lang.Iterable<?> iterable)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Function

        andThen, compose
      • Methods inherited from interface org.eclipse.collections.api.block.function.Function

        apply
      • Methods inherited from interface org.eclipse.collections.api.block.function.primitive.IntFunction

        applyAsInt
    • Constructor Detail

      • SizeFunction

        public SizeFunction()
    • Method Detail

      • intValueOf

        public int intValueOf​(java.lang.Iterable<?> iterable)