Class ProgMapFunc

java.lang.Object
org.filestack.internal.ProgMapFunc
All Implemented Interfaces:
io.reactivex.functions.Function<org.filestack.internal.Prog,org.reactivestreams.Publisher<Progress<FileLink>>>

public class ProgMapFunc extends Object implements io.reactivex.functions.Function<org.filestack.internal.Prog,org.reactivestreams.Publisher<Progress<FileLink>>>
  • Method Details

    • apply

      public org.reactivestreams.Publisher<Progress<FileLink>> apply(org.filestack.internal.Prog prog) throws Exception
      Specified by:
      apply in interface io.reactivex.functions.Function<org.filestack.internal.Prog,org.reactivestreams.Publisher<Progress<FileLink>>>
      Throws:
      Exception