public final class io.reactivex.internal.operators.observable.ObservableToListSingle<T, U extends java.util.Collection<? super T>> extends io.reactivex.Single<U> implements io.reactivex.internal.fuseable.FuseToObservable<U>
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.observable.ObservableToListSingle
super_class: io.reactivex.Single
{
final io.reactivex.ObservableSource<T> source;
descriptor: Lio/reactivex/ObservableSource;
flags: (0x0010) ACC_FINAL
Signature: Lio/reactivex/ObservableSource<TT;>;
final java.util.concurrent.Callable<U> collectionSupplier;
descriptor: Ljava/util/concurrent/Callable;
flags: (0x0010) ACC_FINAL
Signature: Ljava/util/concurrent/Callable<TU;>;
public void <init>(io.reactivex.ObservableSource<T>, );
descriptor: (Lio/reactivex/ObservableSource;I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial io.reactivex.Single.<init>:()V
1: aload 0
aload 1
putfield io.reactivex.internal.operators.observable.ObservableToListSingle.source:Lio/reactivex/ObservableSource;
2: aload 0
iload 2
invokestatic io.reactivex.internal.functions.Functions.createArrayList:(I)Ljava/util/concurrent/Callable;
putfield io.reactivex.internal.operators.observable.ObservableToListSingle.collectionSupplier:Ljava/util/concurrent/Callable;
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/reactivex/internal/operators/observable/ObservableToListSingle<TT;TU;>;
0 4 1 source Lio/reactivex/ObservableSource<TT;>;
0 4 2 defaultCapacityHint I
Signature: (Lio/reactivex/ObservableSource<TT;>;I)V
MethodParameters:
Name Flags
source
defaultCapacityHint final
public void <init>(io.reactivex.ObservableSource<T>, java.util.concurrent.Callable<U>);
descriptor: (Lio/reactivex/ObservableSource;Ljava/util/concurrent/Callable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial io.reactivex.Single.<init>:()V
1: aload 0
aload 1
putfield io.reactivex.internal.operators.observable.ObservableToListSingle.source:Lio/reactivex/ObservableSource;
2: aload 0
aload 2
putfield io.reactivex.internal.operators.observable.ObservableToListSingle.collectionSupplier:Ljava/util/concurrent/Callable;
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/reactivex/internal/operators/observable/ObservableToListSingle<TT;TU;>;
0 4 1 source Lio/reactivex/ObservableSource<TT;>;
0 4 2 collectionSupplier Ljava/util/concurrent/Callable<TU;>;
Signature: (Lio/reactivex/ObservableSource<TT;>;Ljava/util/concurrent/Callable<TU;>;)V
MethodParameters:
Name Flags
source
collectionSupplier
public void subscribeActual(io.reactivex.SingleObserver<? super U>);
descriptor: (Lio/reactivex/SingleObserver;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.observable.ObservableToListSingle.collectionSupplier:Ljava/util/concurrent/Callable;
invokeinterface java.util.concurrent.Callable.call:()Ljava/lang/Object;
checkcast java.util.Collection
ldc "The collectionSupplier returned a null collection. Null values are generally not allowed in 2.x operators and sources."
invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
checkcast java.util.Collection
astore 2
start local 2 1: goto 6
end local 2 StackMap locals:
StackMap stack: java.lang.Throwable
2: astore 3
start local 3 3: aload 3
invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
4: aload 3
aload 1
invokestatic io.reactivex.internal.disposables.EmptyDisposable.error:(Ljava/lang/Throwable;Lio/reactivex/SingleObserver;)V
5: return
end local 3 start local 2 6: StackMap locals: java.util.Collection
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.observable.ObservableToListSingle.source:Lio/reactivex/ObservableSource;
new io.reactivex.internal.operators.observable.ObservableToListSingle$ToListObserver
dup
aload 1
aload 2
invokespecial io.reactivex.internal.operators.observable.ObservableToListSingle$ToListObserver.<init>:(Lio/reactivex/SingleObserver;Ljava/util/Collection;)V
invokeinterface io.reactivex.ObservableSource.subscribe:(Lio/reactivex/Observer;)V
7: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lio/reactivex/internal/operators/observable/ObservableToListSingle<TT;TU;>;
0 8 1 t Lio/reactivex/SingleObserver<-TU;>;
1 2 2 coll TU;
6 8 2 coll TU;
3 6 3 e Ljava/lang/Throwable;
Exception table:
from to target type
0 1 2 Class java.lang.Throwable
Signature: (Lio/reactivex/SingleObserver<-TU;>;)V
MethodParameters:
Name Flags
t
public io.reactivex.Observable<U> fuseToObservable();
descriptor: ()Lio/reactivex/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: new io.reactivex.internal.operators.observable.ObservableToList
dup
aload 0
getfield io.reactivex.internal.operators.observable.ObservableToListSingle.source:Lio/reactivex/ObservableSource;
aload 0
getfield io.reactivex.internal.operators.observable.ObservableToListSingle.collectionSupplier:Ljava/util/concurrent/Callable;
invokespecial io.reactivex.internal.operators.observable.ObservableToList.<init>:(Lio/reactivex/ObservableSource;Ljava/util/concurrent/Callable;)V
invokestatic io.reactivex.plugins.RxJavaPlugins.onAssembly:(Lio/reactivex/Observable;)Lio/reactivex/Observable;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/reactivex/internal/operators/observable/ObservableToListSingle<TT;TU;>;
Signature: ()Lio/reactivex/Observable<TU;>;
}
Signature: <T:Ljava/lang/Object;U::Ljava/util/Collection<-TT;>;>Lio/reactivex/Single<TU;>;Lio/reactivex/internal/fuseable/FuseToObservable<TU;>;
SourceFile: "ObservableToListSingle.java"
NestMembers:
io.reactivex.internal.operators.observable.ObservableToListSingle$ToListObserver
InnerClasses:
final ToListObserver = io.reactivex.internal.operators.observable.ObservableToListSingle$ToListObserver of io.reactivex.internal.operators.observable.ObservableToListSingle