Interface PersistentQueryConfigTableUtils.GetValueProcedure<R>
- Enclosing class:
- PersistentQueryConfigTableUtils
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptiongetValue
(PersistentQueryInfo pqInfo, PersistentQueryState state, Map<Long, PersistentQueryInfo> queryMap, Map<String, Map<String, String>> translationMap)
-
Method Details
-
getValue
R getValue(@NotNull PersistentQueryInfo pqInfo, PersistentQueryState state, @Nullable Map<Long, PersistentQueryInfo> queryMap, @Nullable Map<String, Map<String, String>> translationMap)
-