Interface Obs.ExplorationNode

Enclosing class:
Obs

public static interface Obs.ExplorationNode
Within an 'exploration', allows you to descend into child levels.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    id()
     
    com.palantir.javaformat.doc.Obs.LevelNode
    newChildNode(Level level, State state)
     
  • Method Details

    • newChildNode

      com.palantir.javaformat.doc.Obs.LevelNode newChildNode(Level level, State state)
    • id

      int id()