Class Smalls.AwkwardFunction

  • Enclosing class:
    Smalls

    public abstract static class Smalls.AwkwardFunction
    extends java.lang.Object
    Example of a UDF class that needs to be instantiated but cannot be.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private AwkwardFunction()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int eval​(int x)  
      • Methods inherited from class java.lang.Object

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

      • AwkwardFunction

        private AwkwardFunction()
    • Method Detail

      • eval

        public int eval​(int x)