- 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