Interface RemoteInfoAbstract.RollingCodePredicat
-
- All Implemented Interfaces:
public interface RemoteInfoAbstract.RollingCodePredicat
-
-
Method Summary
Modifier and Type Method Description abstract boolean
match(RollingCode rollingCode)
-
-
Method Detail
-
match
abstract boolean match(RollingCode rollingCode)
- Returns:
true if the given rolling code match with the condition hosted in match method. Otherwise -> false.
-
-
-
-