Interface ReferenceWalker.WalkCondition<S>

All Known Implementing Classes:
ReferenceWalker.NullCondition
Enclosing class:
ReferenceWalker<T>

public static interface ReferenceWalker.WalkCondition<S>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isFulfilled(S element)
     
  • Method Details

    • isFulfilled

      boolean isFulfilled(S element)