Class TopOperator<T extends java.lang.Comparable<T>>

  • All Implemented Interfaces:
    java.util.function.Function<Multi<T>,​Multi<java.util.List<T>>>

    public class TopOperator<T extends java.lang.Comparable<T>>
    extends java.lang.Object
    implements java.util.function.Function<Multi<T>,​Multi<java.util.List<T>>>
    • Constructor Summary

      Constructors 
      Constructor Description
      TopOperator​(int count)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Multi<java.util.List<T>> apply​(Multi<T> multi)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Constructor Detail

      • TopOperator

        public TopOperator​(int count)
    • Method Detail

      • apply

        public Multi<java.util.List<T>> apply​(Multi<T> multi)
        Specified by:
        apply in interface java.util.function.Function<Multi<T extends java.lang.Comparable<T>>,​Multi<java.util.List<T extends java.lang.Comparable<T>>>>