Class Empty
java.lang.Object
org.opendaylight.yangtools.yang.common.Empty
- All Implemented Interfaces:
Serializable,Immutable
Dedicated singleton type for YANG's
type empty value.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic CompletionStage<Empty>Return aCompletionStagecompleted withvalue().booleaninthashCode()static com.google.common.util.concurrent.ListenableFuture<Empty>Return aListenableFuturecompleted withvalue().toString()static Emptyvalue()Return the singletonEmptyvalue.
-
Method Details
-
value
Return the singletonEmptyvalue.- Returns:
- Empty value.
-
completedFuture
Return aCompletionStagecompleted withvalue().- Returns:
- A completed CompletionStage
-
immediateFuture
Return aListenableFuturecompleted withvalue().- Returns:
- A completed ListenableFuture
-
hashCode
public int hashCode() -
equals
-
toString
-