Class ToInt

java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.unary_int.ToInt
All Implemented Interfaces:
java.util.function.Function<java.lang.Object,​java.lang.Integer>

public class ToInt
extends java.lang.Object
implements java.util.function.Function<java.lang.Object,​java.lang.Integer>
  • Constructor Summary

    Constructors 
    Constructor Description
    ToInt()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Integer apply​(java.lang.Object o)  

    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 Details

  • Method Details

    • apply

      public java.lang.Integer apply​(java.lang.Object o)
      Specified by:
      apply in interface java.util.function.Function<java.lang.Object,​java.lang.Integer>