Class DeciderIFWrapper<T>

java.lang.Object
net.ontopia.topicmaps.nav2.impl.basic.DeciderIFWrapper<T>
All Implemented Interfaces:
NavigatorDeciderIF<T>

public class DeciderIFWrapper<T> extends Object implements NavigatorDeciderIF<T>
INTERNAL: A NavigatorDeciderIF implementation which wraps DeciderIF, so that they can work with the navigator decider interface.
  • Field Details

  • Constructor Details

    • DeciderIFWrapper

      public DeciderIFWrapper(Predicate<T> decider)
      INTERNAL: Default constructor.
  • Method Details