public final class io.reactivex.internal.operators.maybe.MaybeToPublisher extends java.lang.Enum<io.reactivex.internal.operators.maybe.MaybeToPublisher> implements io.reactivex.functions.Function<io.reactivex.MaybeSource<java.lang.Object>, org.reactivestreams.Publisher<java.lang.Object>>
minor version: 0
major version: 59
flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
this_class: io.reactivex.internal.operators.maybe.MaybeToPublisher
super_class: java.lang.Enum
{
public static final io.reactivex.internal.operators.maybe.MaybeToPublisher INSTANCE;
descriptor: Lio/reactivex/internal/operators/maybe/MaybeToPublisher;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
private static final io.reactivex.internal.operators.maybe.MaybeToPublisher[] ENUM$VALUES;
descriptor: [Lio/reactivex/internal/operators/maybe/MaybeToPublisher;
flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=0, args_size=0
0: new io.reactivex.internal.operators.maybe.MaybeToPublisher
dup
ldc "INSTANCE"
iconst_0
invokespecial io.reactivex.internal.operators.maybe.MaybeToPublisher.<init>:(Ljava/lang/String;I)V
putstatic io.reactivex.internal.operators.maybe.MaybeToPublisher.INSTANCE:Lio/reactivex/internal/operators/maybe/MaybeToPublisher;
1: iconst_1
anewarray io.reactivex.internal.operators.maybe.MaybeToPublisher
dup
iconst_0
getstatic io.reactivex.internal.operators.maybe.MaybeToPublisher.INSTANCE:Lio/reactivex/internal/operators/maybe/MaybeToPublisher;
aastore
putstatic io.reactivex.internal.operators.maybe.MaybeToPublisher.ENUM$VALUES:[Lio/reactivex/internal/operators/maybe/MaybeToPublisher;
return
LocalVariableTable:
Start End Slot Name Signature
private void <init>(java.lang.String, int);
descriptor: (Ljava/lang/String;I)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=3, args_size=3
start local 0 0: aload 0
aload 1
iload 2
invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/reactivex/internal/operators/maybe/MaybeToPublisher;
MethodParameters:
Name Flags
$enum$name
$enum$ordinal
public static <T> io.reactivex.functions.Function<io.reactivex.MaybeSource<T>, org.reactivestreams.Publisher<T>> instance();
descriptor: ()Lio/reactivex/functions/Function;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic io.reactivex.internal.operators.maybe.MaybeToPublisher.INSTANCE:Lio/reactivex/internal/operators/maybe/MaybeToPublisher;
areturn
LocalVariableTable:
Start End Slot Name Signature
Signature: <T:Ljava/lang/Object;>()Lio/reactivex/functions/Function<Lio/reactivex/MaybeSource<TT;>;Lorg/reactivestreams/Publisher<TT;>;>;
public org.reactivestreams.Publisher<java.lang.Object> apply(io.reactivex.MaybeSource<java.lang.Object>);
descriptor: (Lio/reactivex/MaybeSource;)Lorg/reactivestreams/Publisher;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: new io.reactivex.internal.operators.maybe.MaybeToFlowable
dup
aload 1
invokespecial io.reactivex.internal.operators.maybe.MaybeToFlowable.<init>:(Lio/reactivex/MaybeSource;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/reactivex/internal/operators/maybe/MaybeToPublisher;
0 1 1 t Lio/reactivex/MaybeSource<Ljava/lang/Object;>;
Exceptions:
throws java.lang.Exception
Signature: (Lio/reactivex/MaybeSource<Ljava/lang/Object;>;)Lorg/reactivestreams/Publisher<Ljava/lang/Object;>;
MethodParameters:
Name Flags
t
public static io.reactivex.internal.operators.maybe.MaybeToPublisher[] values();
descriptor: ()[Lio/reactivex/internal/operators/maybe/MaybeToPublisher;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=3, args_size=0
0: getstatic io.reactivex.internal.operators.maybe.MaybeToPublisher.ENUM$VALUES:[Lio/reactivex/internal/operators/maybe/MaybeToPublisher;
dup
astore 0
iconst_0
aload 0
arraylength
dup
istore 1
anewarray io.reactivex.internal.operators.maybe.MaybeToPublisher
dup
astore 2
iconst_0
iload 1
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
aload 2
areturn
LocalVariableTable:
Start End Slot Name Signature
public static io.reactivex.internal.operators.maybe.MaybeToPublisher valueOf(java.lang.String);
descriptor: (Ljava/lang/String;)Lio/reactivex/internal/operators/maybe/MaybeToPublisher;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
0: ldc Lio/reactivex/internal/operators/maybe/MaybeToPublisher;
aload 0
invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
checkcast io.reactivex.internal.operators.maybe.MaybeToPublisher
areturn
LocalVariableTable:
Start End Slot Name Signature
MethodParameters:
Name Flags
name
public java.lang.Object apply(java.lang.Object);
descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast io.reactivex.MaybeSource
invokevirtual io.reactivex.internal.operators.maybe.MaybeToPublisher.apply:(Lio/reactivex/MaybeSource;)Lorg/reactivestreams/Publisher;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.lang.Exception
}
Signature: Ljava/lang/Enum<Lio/reactivex/internal/operators/maybe/MaybeToPublisher;>;Lio/reactivex/functions/Function<Lio/reactivex/MaybeSource<Ljava/lang/Object;>;Lorg/reactivestreams/Publisher<Ljava/lang/Object;>;>;
SourceFile: "MaybeToPublisher.java"