Uses of Interface
io.permazen.core.IndexSwitch
-
Uses of IndexSwitch in io.permazen.core
Modifier and TypeMethodDescription<R> R
CompositeIndex.visit
(IndexSwitch<R> target) abstract <R> R
Index.visit
(IndexSwitch<R> target) Apply visitor pattern.<R> R
ListElementIndex.visit
(IndexSwitch<R> target) <R> R
MapKeyIndex.visit
(IndexSwitch<R> target) <R> R
MapValueIndex.visit
(IndexSwitch<R> target) <R> R
SetElementIndex.visit
(IndexSwitch<R> target) <R> R
SimpleFieldIndex.visit
(IndexSwitch<R> target)