Package 

Interface IAutoSnappingPredicate

    • Method Summary

      Modifier and Type Method Description
      abstract Boolean checkState(T param) Run this check.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • checkState

         abstract Boolean checkState(T param)

        Run this check.

        Parameters:
        param - typed param that this implementation might need.