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
Modifier and Type Method Description int
intValueOf(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
-
Constructor Details
-
SizeFunction
public SizeFunction()
-
-
Method Details