Interface IAutoSnappingPredicate
-
- All Implemented Interfaces:
public interface IAutoSnappingPredicate<T extends Object>
A single check to be evaluated during autosnapping
-
-
Method Summary
Modifier and Type Method Description abstract Boolean
checkState(T param)
Run this check. -
-
Method Detail
-
checkState
abstract Boolean checkState(T param)
Run this check.
- Parameters:
param
- typed param that this implementation might need.
-
-
-
-