Class FlowableOps

java.lang.Object
org.aksw.jena_sparql_api.rx.dataset.FlowableOps

public class FlowableOps extends Object
  • Constructor Details

    • FlowableOps

      public FlowableOps()
  • Method Details

    • sysCall

      public static io.reactivex.rxjava3.core.FlowableTransformer<String,String> sysCall(List<String> args)
      Use a system call for line-based processing. The strings supplied by the upstream flowable are passed as lines to stdin of the created process, whereas lines emitted on STDOUT are forwarded to the downstream flowable. The directly spawned process is cancellable, however, due to Java limitations, child processes may not terminate. Wrapping commands in scripts can be used to mitigate this issue.
      Parameters:
      args -
      Returns: