Class GroupByItemPKValue<T extends LocalizableRow>

java.lang.Object
de.hybris.platform.util.localization.jdbc.rx.operators.GroupByItemPKValue<T>
All Implemented Interfaces:
rx.functions.Func1<rx.Subscriber<? super Iterable<T>>,rx.Subscriber<? super T>>, rx.functions.Function, rx.Observable.Operator<Iterable<T>,T>

public class GroupByItemPKValue<T extends LocalizableRow> extends Object implements rx.Observable.Operator<Iterable<T>,T>
  • Constructor Details

    • GroupByItemPKValue

      public GroupByItemPKValue()
  • Method Details

    • call

      public rx.Subscriber<? super T> call(rx.Subscriber<? super Iterable<T>> subscriber)
      Specified by:
      call in interface rx.functions.Func1<rx.Subscriber<? super Iterable<T extends LocalizableRow>>,rx.Subscriber<? super T extends LocalizableRow>>