| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Method and Description |
|---|---|
LongOptional |
LongOptionalResult.access() |
LongOptional |
LongOptionalResult.access() |
LongOptional |
LongOptionalResult.MoveValueUnsafe() |
LongOptional |
LongOptionalResult.MoveValueUnsafe() |
LongOptional |
LongOptionalResult.multiply() |
LongOptional |
LongOptionalResult.multiply() |
LongOptional |
LongOptional.put(long value) |
LongOptional |
LongOptional.put(long value) |
LongOptional |
LongOptional.put(LongOptional x) |
LongOptional |
LongOptional.put(LongOptional x) |
LongOptional |
LongOptionalResult.ValueOrDie()
Gets a mutable reference to the stored
T value. |
LongOptional |
LongOptionalResult.ValueOrDie()
Gets a mutable reference to the stored
T value. |
LongOptional |
LongOptionalResult.ValueUnsafe()
Cast the internally stored value to produce a new result or propagate the stored
error.
|
LongOptional |
LongOptionalResult.ValueUnsafe()
Cast the internally stored value to produce a new result or propagate the stored
error.
|
| Modifier and Type | Method and Description |
|---|---|
LongOptional |
LongOptional.put(LongOptional x) |
LongOptional |
LongOptional.put(LongOptional x) |
| Constructor and Description |
|---|
LongOptionalFuture(LongOptional val)
\brief Implicit constructor to create a finished future from a value
|
LongOptionalFuture(LongOptional val)
\brief Implicit constructor to create a finished future from a value
|
LongOptionalResult(LongOptional value)
Constructs a Result object that contains
value. |
LongOptionalResult(LongOptional value)
Constructs a Result object that contains
value. |
Copyright © 2022. All rights reserved.