Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

LibTmux.CapturedValue

.NET
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
LibTmux
Package
LibTmux
Source
src/LibTmux/Snapshots/CapturedValue.cs
class LibTmux.CapturedValue
class [source]
class [source]
class LibTmux.CapturedValue

Holds the one child a snapshot captured for a relation, if it read it.

A relation that holds at most one child says so in its type. An uncaptured value is not an absent one: reading Value when the snapshot never looked throws IncompleteSnapshotException rather than answering null, so a caller cannot mistake unread state for absent state.

6 declared, 0 inherited

Members

  • CapturedDepth property Gets the depth the owning snapshot reached.
  • IsCaptured property Gets whether the snapshot read this relation.
  • OrNull method Gets the captured child, or null when the snapshot never read it.
  • Relation property Gets the relation name this instance carries.
  • TryGetValue method Tries to read the captured child.
  • Value property Gets the captured child.
Esc

Type to search.