class javafx.concurrent.ScheduledService$1 implements javafx.util.Callback<javafx.concurrent.ScheduledService<?>, javafx.util.Duration>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.concurrent.ScheduledService$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.concurrent.ScheduledService$1 this
         0: .line 158
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // javafx.concurrent.ScheduledService$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/concurrent/ScheduledService$1;

  public javafx.util.Duration call(javafx.concurrent.ScheduledService<?>);
    descriptor: (Ljavafx/concurrent/ScheduledService;)Ljavafx/util/Duration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=2
        start local 0 // javafx.concurrent.ScheduledService$1 this
        start local 1 // javafx.concurrent.ScheduledService service
         0: .line 160
            aload 1 /* service */
            ifnonnull 1
            getstatic javafx.util.Duration.ZERO:Ljavafx/util/Duration;
            areturn
         1: .line 161
      StackMap locals:
      StackMap stack:
            aload 1 /* service */
            invokevirtual javafx.concurrent.ScheduledService.getPeriod:()Ljavafx/util/Duration;
            ifnonnull 2
            dconst_0
            goto 3
      StackMap locals:
      StackMap stack:
         2: aload 1 /* service */
            invokevirtual javafx.concurrent.ScheduledService.getPeriod:()Ljavafx/util/Duration;
            invokevirtual javafx.util.Duration.toMillis:()D
      StackMap locals:
      StackMap stack: double
         3: dstore 2 /* period */
        start local 2 // double period
         4: .line 162
            aload 1 /* service */
            invokevirtual javafx.concurrent.ScheduledService.getCurrentFailureCount:()I
            i2d
            dstore 4 /* x */
        start local 4 // double x
         5: .line 163
            dload 2 /* period */
            dconst_0
            dcmpl
            ifne 6
            dload 4 /* x */
            invokestatic java.lang.Math.exp:(D)D
            goto 7
      StackMap locals: double double
      StackMap stack:
         6: dload 2 /* period */
            dload 2 /* period */
            dload 4 /* x */
            invokestatic java.lang.Math.exp:(D)D
            dmul
            dadd
      StackMap locals:
      StackMap stack: double
         7: invokestatic javafx.util.Duration.millis:(D)Ljavafx/util/Duration;
            areturn
        end local 4 // double x
        end local 2 // double period
        end local 1 // javafx.concurrent.ScheduledService service
        end local 0 // javafx.concurrent.ScheduledService$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Ljavafx/concurrent/ScheduledService$1;
            0    8     1  service  Ljavafx/concurrent/ScheduledService<*>;
            4    8     2   period  D
            5    8     4        x  D
    Signature: (Ljavafx/concurrent/ScheduledService<*>;)Ljavafx/util/Duration;
    MethodParameters:
         Name  Flags
      service  

  public java.lang.Object call(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: .line 1
            aload 0
            aload 1
            checkcast javafx.concurrent.ScheduledService
            invokevirtual javafx.concurrent.ScheduledService$1.call:(Ljavafx/concurrent/ScheduledService;)Ljavafx/util/Duration;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljavafx/util/Callback<Ljavafx/concurrent/ScheduledService<*>;Ljavafx/util/Duration;>;
SourceFile: "ScheduledService.java"
EnclosingMethod: javafx.concurrent.ScheduledService
NestHost: javafx.concurrent.ScheduledService
InnerClasses:
  javafx.concurrent.ScheduledService$1