public final class ControllerNodeToNodeId extends java.lang.Object implements com.google.common.base.Function<ControllerNode,NodeId>
Constructor and Description |
---|
ControllerNodeToNodeId() |
Modifier and Type | Method and Description |
---|---|
NodeId |
apply(ControllerNode input) |
static ControllerNodeToNodeId |
toNodeId()
Returns a Function to convert ControllerNode to NodeId.
|
public NodeId apply(ControllerNode input)
apply
in interface java.util.function.Function<ControllerNode,NodeId>
public static ControllerNodeToNodeId toNodeId()