Searched defs:FilteredUpdatable (Results 1 – 1 of 1) sorted by relevance
25 public class FilteredUpdatable<T> implements Updatable<T> { class31 public FilteredUpdatable(Updatable<T> updatable) { in FilteredUpdatable() method in FilteredUpdatable