Skip navigation links
A C I J L O S W 

A

apply(InvocationConfiguration) - Method in interface com.github.dm.jrt.android.LoaderObjectProxyRoutineBuilder
apply(ObjectConfiguration) - Method in interface com.github.dm.jrt.android.LoaderObjectProxyRoutineBuilder
apply(LoaderConfiguration) - Method in interface com.github.dm.jrt.android.LoaderObjectProxyRoutineBuilder
apply(InvocationConfiguration) - Method in interface com.github.dm.jrt.android.ServiceObjectProxyRoutineBuilder
apply(ObjectConfiguration) - Method in interface com.github.dm.jrt.android.ServiceObjectProxyRoutineBuilder
apply(ServiceConfiguration) - Method in interface com.github.dm.jrt.android.ServiceObjectProxyRoutineBuilder
applyInvocationConfiguration() - Method in interface com.github.dm.jrt.android.LoaderObjectProxyRoutineBuilder
applyInvocationConfiguration() - Method in interface com.github.dm.jrt.android.ServiceObjectProxyRoutineBuilder
applyLoaderConfiguration() - Method in interface com.github.dm.jrt.android.LoaderObjectProxyRoutineBuilder
applyObjectConfiguration() - Method in interface com.github.dm.jrt.android.LoaderObjectProxyRoutineBuilder
applyObjectConfiguration() - Method in interface com.github.dm.jrt.android.ServiceObjectProxyRoutineBuilder
applyServiceConfiguration() - Method in interface com.github.dm.jrt.android.ServiceObjectProxyRoutineBuilder

C

com.github.dm.jrt.android - package com.github.dm.jrt.android
Façade classes exposing the Android customization of the JRoutine library features.
com.github.dm.jrt.android.v11 - package com.github.dm.jrt.android.v11
Façade classes exposing the Android customization of the JRoutine library features, with support for invocations run insider Loader classes.
com.github.dm.jrt.android.v4 - package com.github.dm.jrt.android.v4
Façade classes exposing the Android customization of the JRoutine library features, with support for invocations run insider Loader classes included in the compatibility library.

I

io() - Static method in class com.github.dm.jrt.android.v11.JRoutineAndroid
Returns a channel builder.
io() - Static method in class com.github.dm.jrt.android.v4.JRoutineAndroidCompat
Returns a channel builder.

J

JRoutineAndroid - Class in com.github.dm.jrt.android.v11
Class acting as a façade of all the JRoutine library features, specific to the Android platform.
JRoutineAndroidCompat - Class in com.github.dm.jrt.android.v4
Class acting as a façade of all the JRoutine library features, with support for the Android compatibility library.

L

LoaderBuilder - Class in com.github.dm.jrt.android.v11
Context based builder of Loader routine builders.
LoaderBuilderCompat - Class in com.github.dm.jrt.android.v4
Context based builder of Loader routine builders.
LoaderObjectProxyRoutineBuilder - Interface in com.github.dm.jrt.android
Loader routine builder acting both as proxy and object builder.

O

on(Activity) - Static method in class com.github.dm.jrt.android.v11.JRoutineAndroid
Returns a Context based builder of Loader routine builders.
on(Activity, Context) - Static method in class com.github.dm.jrt.android.v11.JRoutineAndroid
Returns a Context based builder of Loader routine builders.
on(Context) - Static method in class com.github.dm.jrt.android.v11.JRoutineAndroid
Returns a Context based builder of Service routine builders.
on(Context, Class<? extends InvocationService>) - Static method in class com.github.dm.jrt.android.v11.JRoutineAndroid
Returns a Context based builder of Service routine builders.
on(Context, Intent) - Static method in class com.github.dm.jrt.android.v11.JRoutineAndroid
Returns a Context based builder of Service routine builders.
on(Fragment) - Static method in class com.github.dm.jrt.android.v11.JRoutineAndroid
Returns a Context based builder of Loader routine builders.
on(Fragment, Context) - Static method in class com.github.dm.jrt.android.v11.JRoutineAndroid
Returns a Context based builder of Loader routine builders.
on(LoaderContext) - Static method in class com.github.dm.jrt.android.v11.JRoutineAndroid
Returns a Context based builder of Loader routine builders.
on(ServiceContext) - Static method in class com.github.dm.jrt.android.v11.JRoutineAndroid
Returns a Context based builder of Service routine builders.
on(Context) - Static method in class com.github.dm.jrt.android.v4.JRoutineAndroidCompat
Returns a Context based builder of Service routine builders.
on(Context, Class<? extends InvocationService>) - Static method in class com.github.dm.jrt.android.v4.JRoutineAndroidCompat
Returns a Context based builder of Service routine builders.
on(Context, Intent) - Static method in class com.github.dm.jrt.android.v4.JRoutineAndroidCompat
Returns a Context based builder of Service routine builders.
on(Fragment) - Static method in class com.github.dm.jrt.android.v4.JRoutineAndroidCompat
Returns a Context based builder of Loader routine builders.
on(Fragment, Context) - Static method in class com.github.dm.jrt.android.v4.JRoutineAndroidCompat
Returns a Context based builder of Loader routine builders.
on(FragmentActivity) - Static method in class com.github.dm.jrt.android.v4.JRoutineAndroidCompat
Returns a Context based builder of Loader routine builders.
on(FragmentActivity, Context) - Static method in class com.github.dm.jrt.android.v4.JRoutineAndroidCompat
Returns a Context based builder of Loader routine builders.
on(LoaderContextCompat) - Static method in class com.github.dm.jrt.android.v4.JRoutineAndroidCompat
Returns a Context based builder of Loader routine builders.
on(ServiceContext) - Static method in class com.github.dm.jrt.android.v4.JRoutineAndroidCompat
Returns a Context based builder of Service routine builders.

S

ServiceBuilder - Class in com.github.dm.jrt.android
Context based builder of Service routine builders.
ServiceObjectProxyRoutineBuilder - Interface in com.github.dm.jrt.android
Service routine builder acting both as proxy and object builder.

W

with(Class<? extends Invocation<IN, OUT>>) - Method in class com.github.dm.jrt.android.ServiceBuilder
Returns a routine builder based on an invocation factory creating instances of the specified class.
with(Class<? extends Invocation<IN, OUT>>, Object...) - Method in class com.github.dm.jrt.android.ServiceBuilder
Returns a routine builder based on an invocation factory creating instances of the specified class by passing the specified arguments to the class constructor.
with(ClassToken<? extends Invocation<IN, OUT>>) - Method in class com.github.dm.jrt.android.ServiceBuilder
Returns a routine builder based on an invocation factory creating instances of the specified class token.
with(ClassToken<? extends Invocation<IN, OUT>>, Object...) - Method in class com.github.dm.jrt.android.ServiceBuilder
Returns a routine builder based on an invocation factory creating instances of the specified class token by passing the specified arguments to the class constructor.
with(Invocation<IN, OUT>) - Method in class com.github.dm.jrt.android.ServiceBuilder
Returns a routine builder based on an invocation factory creating instances of the specified object.
with(Invocation<IN, OUT>, Object...) - Method in class com.github.dm.jrt.android.ServiceBuilder
Returns a routine builder based on an invocation factory creating instances of the specified object.
with(ContextInvocationTarget<?>) - Method in class com.github.dm.jrt.android.ServiceBuilder
Returns a builder of routines running in a Service based on the builder context, wrapping the specified target object.
with(TargetInvocationFactory<IN, OUT>) - Method in class com.github.dm.jrt.android.ServiceBuilder
Returns a builder of routines running in a Service based on the builder context.
with(Class<? extends Invocation<IN, OUT>>) - Method in class com.github.dm.jrt.android.v11.LoaderBuilder
Returns a routine builder based on an invocation factory creating instances of the specified class.
with(Class<? extends Invocation<IN, OUT>>, Object...) - Method in class com.github.dm.jrt.android.v11.LoaderBuilder
Returns a routine builder based on an invocation factory creating instances of the specified class by passing the specified arguments to the class constructor.
with(ClassToken<? extends Invocation<IN, OUT>>) - Method in class com.github.dm.jrt.android.v11.LoaderBuilder
Returns a routine builder based on an invocation factory creating instances of the specified class token.
with(ClassToken<? extends Invocation<IN, OUT>>, Object...) - Method in class com.github.dm.jrt.android.v11.LoaderBuilder
Returns a routine builder based on an invocation factory creating instances of the specified class token by passing the specified arguments to the class constructor.
with(CommandInvocation<OUT>) - Method in class com.github.dm.jrt.android.v11.LoaderBuilder
Returns a routine builder based on the specified command invocation.
with(MappingInvocation<IN, OUT>) - Method in class com.github.dm.jrt.android.v11.LoaderBuilder
Returns a routine builder based on the specified mapping invocation.
with(Invocation<IN, OUT>) - Method in class com.github.dm.jrt.android.v11.LoaderBuilder
Returns a routine builder based on an invocation factory creating instances of the specified object.
with(Invocation<IN, OUT>, Object...) - Method in class com.github.dm.jrt.android.v11.LoaderBuilder
Returns a routine builder based on an invocation factory creating instances of the specified object.
with(ContextInvocationFactory<IN, OUT>) - Method in class com.github.dm.jrt.android.v11.LoaderBuilder
Returns a builder of routines bound to the builder context.
with(ContextInvocationTarget<?>) - Method in class com.github.dm.jrt.android.v11.LoaderBuilder
Returns a builder of routines bound to the builder context, wrapping the specified target object.
with(InvocationFactory<IN, OUT>) - Method in class com.github.dm.jrt.android.v11.LoaderBuilder
Returns a builder of routines bound to the builder context.
with(Class<? extends Invocation<IN, OUT>>) - Method in class com.github.dm.jrt.android.v4.LoaderBuilderCompat
Returns a routine builder based on an invocation factory creating instances of the specified class.
with(Class<? extends Invocation<IN, OUT>>, Object...) - Method in class com.github.dm.jrt.android.v4.LoaderBuilderCompat
Returns a routine builder based on an invocation factory creating instances of the specified class by passing the specified arguments to the class constructor.
with(ClassToken<? extends Invocation<IN, OUT>>) - Method in class com.github.dm.jrt.android.v4.LoaderBuilderCompat
Returns a routine builder based on an invocation factory creating instances of the specified class token.
with(ClassToken<? extends Invocation<IN, OUT>>, Object...) - Method in class com.github.dm.jrt.android.v4.LoaderBuilderCompat
Returns a routine builder based on an invocation factory creating instances of the specified class token by passing the specified arguments to the class constructor.
with(CommandInvocation<OUT>) - Method in class com.github.dm.jrt.android.v4.LoaderBuilderCompat
Returns a routine builder based on the specified command invocation.
with(MappingInvocation<IN, OUT>) - Method in class com.github.dm.jrt.android.v4.LoaderBuilderCompat
Returns a routine builder based on the specified mapping invocation.
with(Invocation<IN, OUT>) - Method in class com.github.dm.jrt.android.v4.LoaderBuilderCompat
Returns a routine builder based on an invocation factory creating instances of the specified object.
with(Invocation<IN, OUT>, Object...) - Method in class com.github.dm.jrt.android.v4.LoaderBuilderCompat
Returns a routine builder based on an invocation factory creating instances of the specified object.
with(ContextInvocationFactory<IN, OUT>) - Method in class com.github.dm.jrt.android.v4.LoaderBuilderCompat
Returns a builder of routines bound to the builder context.
with(ContextInvocationTarget<?>) - Method in class com.github.dm.jrt.android.v4.LoaderBuilderCompat
Returns a builder of routines bound to the builder context, wrapping the specified target object.
with(InvocationFactory<IN, OUT>) - Method in class com.github.dm.jrt.android.v4.LoaderBuilderCompat
Returns a builder of routines bound to the builder context.
withCall(Function<? super List<IN>, ? extends OUT>) - Method in class com.github.dm.jrt.android.v11.LoaderBuilder
Returns a routine builder based on a call invocation factory backed by the specified function.
withCall(Function<? super List<IN>, ? extends OUT>) - Method in class com.github.dm.jrt.android.v4.LoaderBuilderCompat
Returns a routine builder based on a call invocation factory backed by the specified function.
withCallConsumer(BiConsumer<? super List<IN>, ? super Channel<OUT, ?>>) - Method in class com.github.dm.jrt.android.v11.LoaderBuilder
Returns a routine builder based on a call invocation factory backed by the specified consumer.
withCallConsumer(BiConsumer<? super List<IN>, ? super Channel<OUT, ?>>) - Method in class com.github.dm.jrt.android.v4.LoaderBuilderCompat
Returns a routine builder based on a call invocation factory backed by the specified consumer.
withClassOfType(Class<?>) - Method in class com.github.dm.jrt.android.ServiceBuilder
Returns a builder of routines running in a Service, wrapping the specified target class.
withClassOfType(Class<?>) - Method in class com.github.dm.jrt.android.v11.LoaderBuilder
Returns a builder of routines bound to the builder context, wrapping the specified target class.
withClassOfType(Class<?>) - Method in class com.github.dm.jrt.android.v4.LoaderBuilderCompat
Returns a builder of routines bound to the builder context, wrapping the specified target class.
withCommand(Supplier<? extends OUT>) - Method in class com.github.dm.jrt.android.v11.LoaderBuilder
Returns a routine builder based on a command invocation backed by the specified supplier.
withCommand(Supplier<? extends OUT>) - Method in class com.github.dm.jrt.android.v4.LoaderBuilderCompat
Returns a routine builder based on a command invocation backed by the specified supplier.
withCommandConsumer(Consumer<? super Channel<OUT, ?>>) - Method in class com.github.dm.jrt.android.v11.LoaderBuilder
Returns a routine builder based on a command invocation backed by the specified consumer.
withCommandConsumer(Consumer<? super Channel<OUT, ?>>) - Method in class com.github.dm.jrt.android.v4.LoaderBuilderCompat
Returns a routine builder based on a command invocation backed by the specified consumer.
withContextFactory(Supplier<? extends ContextInvocation<? super IN, ? extends OUT>>) - Method in class com.github.dm.jrt.android.v11.LoaderBuilder
Returns a routine builder based on an invocation factory backed by the specified supplier.
withContextFactory(Supplier<? extends ContextInvocation<? super IN, ? extends OUT>>) - Method in class com.github.dm.jrt.android.v4.LoaderBuilderCompat
Returns a routine builder based on an invocation factory backed by the specified supplier.
withFactory(Supplier<? extends Invocation<? super IN, ? extends OUT>>) - Method in class com.github.dm.jrt.android.v11.LoaderBuilder
Returns a routine builder based on an invocation factory backed by the specified supplier.
withFactory(Supplier<? extends Invocation<? super IN, ? extends OUT>>) - Method in class com.github.dm.jrt.android.v4.LoaderBuilderCompat
Returns a routine builder based on an invocation factory backed by the specified supplier.
withFilter(Predicate<? super IN>) - Method in class com.github.dm.jrt.android.v11.LoaderBuilder
Returns a routine builder based on a operation invocation backed by the specified predicate.
withFilter(Predicate<? super IN>) - Method in class com.github.dm.jrt.android.v4.LoaderBuilderCompat
Returns a routine builder based on a operation invocation backed by the specified predicate.
withId(int) - Method in class com.github.dm.jrt.android.v11.LoaderBuilder
Returns a builder of channels bound to the Loader identified by the specified ID.
withId(int) - Method in class com.github.dm.jrt.android.v4.LoaderBuilderCompat
Returns a builder of channels bound to the Loader identified by the specified ID.
withInstanceOf(Class<?>) - Method in class com.github.dm.jrt.android.ServiceBuilder
Returns a builder of routines running in a Service, wrapping the specified target object.
withInstanceOf(Class<?>, Object...) - Method in class com.github.dm.jrt.android.ServiceBuilder
Returns a builder of routines running in a Service, wrapping the specified target object.
withInstanceOf(Class<?>) - Method in class com.github.dm.jrt.android.v11.LoaderBuilder
Returns a builder of routines bound to the builder context, wrapping the specified target object.
withInstanceOf(Class<?>, Object...) - Method in class com.github.dm.jrt.android.v11.LoaderBuilder
Returns a builder of routines bound to the builder context, wrapping the specified target object.
withInstanceOf(Class<?>) - Method in class com.github.dm.jrt.android.v4.LoaderBuilderCompat
Returns a builder of routines bound to the builder context, wrapping the specified target object.
withInstanceOf(Class<?>, Object...) - Method in class com.github.dm.jrt.android.v4.LoaderBuilderCompat
Returns a builder of routines bound to the builder context, wrapping the specified target object.
withMapping(Function<? super IN, ? extends OUT>) - Method in class com.github.dm.jrt.android.v11.LoaderBuilder
Returns a routine builder based on a mapping invocation backed by the specified function.
withMapping(Function<? super IN, ? extends OUT>) - Method in class com.github.dm.jrt.android.v4.LoaderBuilderCompat
Returns a routine builder based on a mapping invocation backed by the specified function.
withMappingConsumer(BiConsumer<? super IN, ? super Channel<OUT, ?>>) - Method in class com.github.dm.jrt.android.v11.LoaderBuilder
Returns a routine builder based on a mapping invocation backed by the specified consumer.
withMappingConsumer(BiConsumer<? super IN, ? super Channel<OUT, ?>>) - Method in class com.github.dm.jrt.android.v4.LoaderBuilderCompat
Returns a routine builder based on a mapping invocation backed by the specified consumer.
withStream() - Static method in class com.github.dm.jrt.android.v11.JRoutineAndroid
Returns a stream routine builder.
withStream() - Static method in class com.github.dm.jrt.android.v4.JRoutineAndroidCompat
Returns a stream routine builder.
withStreamAccept(Consumer<Channel<IN, ?>>) - Static method in class com.github.dm.jrt.android.v11.JRoutineAndroid
Returns a stream routine builder producing only the inputs passed by the specified consumer.
withStreamAccept(int, Consumer<Channel<IN, ?>>) - Static method in class com.github.dm.jrt.android.v11.JRoutineAndroid
Returns a stream routine builder producing only the inputs passed by the specified consumer.
withStreamAccept(Consumer<Channel<IN, ?>>) - Static method in class com.github.dm.jrt.android.v4.JRoutineAndroidCompat
Returns a stream routine builder producing only the inputs passed by the specified consumer.
withStreamAccept(int, Consumer<Channel<IN, ?>>) - Static method in class com.github.dm.jrt.android.v4.JRoutineAndroidCompat
Returns a stream routine builder producing only the inputs passed by the specified consumer.
withStreamGet(Supplier<IN>) - Static method in class com.github.dm.jrt.android.v11.JRoutineAndroid
Returns a stream routine builder producing only the inputs returned by the specified supplier.
withStreamGet(int, Supplier<IN>) - Static method in class com.github.dm.jrt.android.v11.JRoutineAndroid
Returns a stream routine builder producing only the inputs returned by the specified supplier.
withStreamGet(Supplier<IN>) - Static method in class com.github.dm.jrt.android.v4.JRoutineAndroidCompat
Returns a stream routine builder producing only the inputs returned by the specified supplier.
withStreamGet(int, Supplier<IN>) - Static method in class com.github.dm.jrt.android.v4.JRoutineAndroidCompat
Returns a stream routine builder producing only the inputs returned by the specified supplier.
withStreamOf(IN) - Static method in class com.github.dm.jrt.android.v11.JRoutineAndroid
Returns a stream routine builder producing only the specified input.
withStreamOf(IN...) - Static method in class com.github.dm.jrt.android.v11.JRoutineAndroid
Returns a stream routine builder producing only the specified inputs.
withStreamOf(Iterable<? extends IN>) - Static method in class com.github.dm.jrt.android.v11.JRoutineAndroid
Returns a stream routine builder producing only the inputs returned by the specified iterable.
withStreamOf(Channel<?, ? extends IN>) - Static method in class com.github.dm.jrt.android.v11.JRoutineAndroid
Returns a stream routine builder producing only the inputs returned by the specified channel.
withStreamOf(IN) - Static method in class com.github.dm.jrt.android.v4.JRoutineAndroidCompat
Returns a stream routine builder producing only the specified input.
withStreamOf(IN...) - Static method in class com.github.dm.jrt.android.v4.JRoutineAndroidCompat
Returns a stream routine builder producing only the specified inputs.
withStreamOf(Iterable<? extends IN>) - Static method in class com.github.dm.jrt.android.v4.JRoutineAndroidCompat
Returns a stream routine builder producing only the inputs returned by the specified iterable.
withStreamOf(Channel<?, ? extends IN>) - Static method in class com.github.dm.jrt.android.v4.JRoutineAndroidCompat
Returns a stream routine builder producing only the inputs returned by the specified channel.
withType(ObjectProxyRoutineBuilder.BuilderType) - Method in interface com.github.dm.jrt.android.LoaderObjectProxyRoutineBuilder
withType(ObjectProxyRoutineBuilder.BuilderType) - Method in interface com.github.dm.jrt.android.ServiceObjectProxyRoutineBuilder
A C I J L O S W 
Skip navigation links