Class OccurrenceOperator<T>

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

    public class OccurrenceOperator<T>
    extends java.lang.Object
    implements java.util.function.Function<Multi<T>,​Multi<java.util.Map<T,​java.lang.Long>>>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Multi<java.util.Map<T,​java.lang.Long>> 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

      • OccurrenceOperator

        public OccurrenceOperator()
    • Method Detail

      • apply

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