Class Functions.SizeFunction
- java.lang.Object
-
- org.eclipse.collections.impl.block.function.primitive.IntegerFunctionImpl<Iterable<?>>
-
- org.eclipse.collections.impl.block.factory.Functions.SizeFunction
-
- All Implemented Interfaces:
Serializable,Function<Iterable<?>,Integer>,ToIntFunction<Iterable<?>>,Function<Iterable<?>,Integer>,IntFunction<Iterable<?>>
- Enclosing class:
- Functions
public static class Functions.SizeFunction extends IntegerFunctionImpl<Iterable<?>>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SizeFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intintValueOf(Iterable<?> iterable)-
Methods inherited from class org.eclipse.collections.impl.block.function.primitive.IntegerFunctionImpl
valueOf
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.collections.api.block.function.primitive.IntFunction
applyAsInt
-
-
-
-
Method Detail
-
intValueOf
public int intValueOf(Iterable<?> iterable)
-
-