Class Functions.MapValueFunction<V>

  • All Implemented Interfaces:
    java.io.Serializable, java.util.function.Function<java.util.Map.Entry<?,​V>,​V>, Function<java.util.Map.Entry<?,​V>,​V>
    Enclosing class:
    Functions

    private static class Functions.MapValueFunction<V>
    extends java.lang.Object
    implements Function<java.util.Map.Entry<?,​V>,​V>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private MapValueFunction()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      V valueOf​(java.util.Map.Entry<?,​V> entry)  
      • 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
      • Methods inherited from interface org.eclipse.collections.api.block.function.Function

        apply
    • Constructor Detail

      • MapValueFunction

        private MapValueFunction()
    • Method Detail

      • valueOf

        public V valueOf​(java.util.Map.Entry<?,​V> entry)
        Specified by:
        valueOf in interface Function<java.util.Map.Entry<?,​V>,​V>