Uses of Interface
com.prineside.tdi2.utils.IntObjectConsumer
Packages that use IntObjectConsumer
- 
Uses of IntObjectConsumer in com.prineside.tdi2
Methods in com.prineside.tdi2 with parameters of type IntObjectConsumerModifier and TypeMethodDescription<T> voidThreads.asyncConcurrentLoop(T[] elements, int start, int count, IntObjectConsumer<T> handler, Runnable onFinish, ObjectConsumer<Exception> onError) <T> voidThreads.concurrentLoop(Array<T> elements, IntObjectConsumer<T> handler) Run the loop on multiple threads.<T> voidThreads.concurrentLoop(T[] elements, int start, int count, IntObjectConsumer<T> handler)  - 
Uses of IntObjectConsumer in com.prineside.tdi2.utils
Methods in com.prineside.tdi2.utils that return IntObjectConsumerModifier and TypeMethodDescriptiondefault IntObjectConsumer<T>IntObjectConsumer.andThen(IntObjectConsumer<? super T> after) Methods in com.prineside.tdi2.utils with parameters of type IntObjectConsumerModifier and TypeMethodDescriptiondefault IntObjectConsumer<T>IntObjectConsumer.andThen(IntObjectConsumer<? super T> after)