Class NullIfGt

java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_long.to_other.NullIfGt
All Implemented Interfaces:
java.util.function.LongFunction<java.lang.Long>

public class NullIfGt
extends java.lang.Object
implements java.util.function.LongFunction<java.lang.Long>
Yields a null if the input value is greater than the specified value.
  • Constructor Summary

    Constructors 
    Constructor Description
    NullIfGt​(long compareto)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Long apply​(long value)  

    Methods inherited from class java.lang.Object

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

    • NullIfGt

      public NullIfGt​(long compareto)
  • Method Details

    • apply

      public java.lang.Long apply​(long value)
      Specified by:
      apply in interface java.util.function.LongFunction<java.lang.Long>