Interface FlexibleTypeMapEntryFunction<K,​V>

Type Parameters:
K - the type of the key result
V - the type of the value result
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface FlexibleTypeMapEntryFunction<K,​V>
Functional interface which computes a
Map.Entry<K, V>>
from a FlexibleType key and value
Author:
A248
  • Method Summary

    Modifier and Type
    Method
    Description
    getResult​(FlexibleType flexibleKey, FlexibleType flexibleValue)
    Gets a result from two flexible types