Uses of Interface
org.ores.async.NeoWhilstI.SyncTruthTest
-
Uses of NeoWhilstI.SyncTruthTest in org.ores.async
Methods in org.ores.async with parameters of type NeoWhilstI.SyncTruthTestModifier and TypeMethodDescriptionstatic <T,E> void Asyncc.DoWhilst(NeoWhilstI.SyncTruthTest test, NeoWhilstI.AsyncTask<T, E> task, Asyncc.IAsyncCallback<List<T>, E> f) static <T,E> void Asyncc.DoWhilstLimit(int limit, NeoWhilstI.SyncTruthTest test, NeoWhilstI.AsyncTask<T, E> task, Asyncc.IAsyncCallback<List<T>, E> f) static <T,E> void Asyncc.Whilst(NeoWhilstI.SyncTruthTest test, NeoWhilstI.AsyncTask<T, E> task, Asyncc.IAsyncCallback<List<T>, E> f) static <T,E> void Asyncc.WhilstLimit(int limit, NeoWhilstI.SyncTruthTest test, NeoWhilstI.AsyncTask<T, E> task, Asyncc.IAsyncCallback<List<T>, E> f)