Class ExtractValue<K,​V>

  • Type Parameters:
    K - the key type
    V - the value type
    All Implemented Interfaces:
    Function<Map<K,​V>,​V>

    public class ExtractValue<K,​V>
    extends KorypheFunction<Map<K,​V>,​V>
    An ExtractValue is a Function that retrieves the value from a given Map, for the corresponding pre-configured key.
    • Constructor Detail

      • ExtractValue

        public ExtractValue()
      • ExtractValue

        public ExtractValue​(K key)