Class TargetedUIState<T>

    • Field Detail

      • target

        protected final Target target
    • Constructor Detail

      • TargetedUIState

        protected TargetedUIState​(Target target,
                                  Actor actor)
    • Method Detail

      • resolveAll

        public abstract List<T> resolveAll()
      • asList

        public List<T> asList()
      • asListOf

        public <T> List<T> asListOf​(Class<T> type)