org.omnaest.utils.structure.hierarchy.nodemap
Interface NodeMapFactory.ModelAndChildExtractor<K,V,M>

Type Parameters:
K -
V -
M -
Enclosing class:
NodeMapFactory

public static interface NodeMapFactory.ModelAndChildExtractor<K,V,M>

Author:
Omnaest

Method Summary
 NodeMap<K,Map<K,M>> extractChild(V value)
           
 M extractModelValue(V value)
           
 boolean isModelValue(V value)
           
 

Method Detail

isModelValue

boolean isModelValue(V value)

extractModelValue

M extractModelValue(V value)

extractChild

NodeMap<K,Map<K,M>> extractChild(V value)


Copyright © 2013. All Rights Reserved.