Interface BaseMapDataProvider.MapLookup<K>

All Superinterfaces:
Function<MapKey<K,?>,MapBuilder<?>>
Enclosing class:
BaseMapDataProvider<K>

public static interface BaseMapDataProvider.MapLookup<K> extends Function<MapKey<K,?>,MapBuilder<?>>
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
    containsKey(MapKey<K,?> mapKey)
     

    Methods inherited from interface java.util.function.Function

    andThen, apply, compose
  • Method Details

    • containsKey

      default boolean containsKey(MapKey<K,?> mapKey)