IBranchWrapper
Wrapper for IBranch
Properties
Functions
Adds the given branch listener to this branch.
Performs a computable read operation, which returns a value, on this branch.
Performs a computable read operation, which returns a value, in a read transaction on this branch.
Performs a computable write operation, which returns a value, on this branch.
Performs a computable write operation, which returns a value, in a write transaction on this branch.
Recursively unwraps a branch.
Removes the given branch listener from this branch.
Performs a function in a read transaction on this branch.
Performs a function in a write transaction on this branch.
Unwraps the branch.