Class Views.FillNaFunction<V>

  • All Implemented Interfaces:
    Function<V,V>
    Enclosing class:
    Views


    public static class Views.FillNaFunction<V>
    extends java.lang.Object
    implements Function<V,V>
    • Constructor Summary

      Constructors 
      Constructor Description
      FillNaFunction​(V fill)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      V apply​(V value)
      Perform computation on the specified input value and return the result.
      • Methods inherited from class java.lang.Object

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

      • FillNaFunction

        public FillNaFunction​(V fill)
    • Method Detail

      • apply

        public V apply​(V value)
        Description copied from interface: Function
        Perform computation on the specified input value and return the result.
        Specified by:
        apply in interface Function<V,V>
        Parameters:
        value - the input value
        Returns:
        the result