Uses of Interface
org.eclipse.collections.api.block.function.primitive.ObjectBooleanIntToObjectFunction
-
Packages that use ObjectBooleanIntToObjectFunction Package Description org.eclipse.collections.api.ordered.primitive -
-
Uses of ObjectBooleanIntToObjectFunction in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive with parameters of type ObjectBooleanIntToObjectFunction Modifier and Type Method Description <T> TOrderedBooleanIterable. injectIntoWithIndex(T injectedValue, ObjectBooleanIntToObjectFunction<? super T,? extends T> function)<T> TReversibleBooleanIterable. injectIntoWithIndex(T injectedValue, ObjectBooleanIntToObjectFunction<? super T,? extends T> function)
-