Package com.palantir.javaformat.doc
Interface Obs.Sink
- Enclosing class:
- Obs
public static interface Obs.Sink
-
Method Summary
Modifier and TypeMethodDescriptionstartExplorationNode(int exporationId, OptionalInt parentLevelId, String humanDescription, int startColumn, Optional<State> incomingState) writeLevelNode(int levelNodeId, int parentExplorationId, State incomingState, Level level)
-
Method Details
-
startExplorationNode
Obs.FinishExplorationNode startExplorationNode(int exporationId, OptionalInt parentLevelId, String humanDescription, int startColumn, Optional<State> incomingState) -
writeLevelNode
@CheckReturnValue Obs.FinishLevelNode writeLevelNode(int levelNodeId, int parentExplorationId, State incomingState, Level level) - Parameters:
levelNodeId- the unique ID of theObs.LevelNode. There can be multiple LevelNodes perLevel.parentExplorationId- what exploration is thisObs.LevelNodea part of
-
getOutput
String getOutput()
-