Class RxOpsEx

java.lang.Object
org.aksw.commons.rx.util.RxOpsEx

public class RxOpsEx extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static <I, O> io.reactivex.rxjava3.core.FlowableTransformer<I,O>
    wrap(org.aksw.commons.collector.domain.Aggregator<I,?,O> aggregator)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RxOpsEx

      public RxOpsEx()
  • Method Details

    • wrap

      public static <I, O> io.reactivex.rxjava3.core.FlowableTransformer<I,O> wrap(org.aksw.commons.collector.domain.Aggregator<I,?,O> aggregator)