Class UnlockResult
- java.lang.Object
-
- com.coditory.sherlock.reactive.driver.UnlockResult
-
public class UnlockResult extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
hashCode()
boolean
isUnlocked()
static UnlockResult
of(boolean value)
String
toString()
-
-
-
Method Detail
-
of
public static UnlockResult of(boolean value)
-
isUnlocked
public boolean isUnlocked()
-
-