| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Method and Description |
|---|---|
Arity |
Function.arity()
\brief Contains the number of arguments the function requires, or if the
function accepts variable numbers of arguments.
|
static Arity |
Arity.Binary()
\brief A function taking 2 arguments
|
Arity |
Arity.getPointer(long i) |
Arity |
Arity.is_varargs(boolean setter) |
static Arity |
Arity.Nullary()
\brief A function taking no arguments
|
Arity |
Arity.num_args(int setter) |
Arity |
Arity.position(long position) |
static Arity |
Arity.Ternary()
\brief A function taking 3 arguments
|
static Arity |
Arity.Unary()
\brief A function taking 1 argument
|
static Arity |
Arity.VarArgs() |
static Arity |
Arity.VarArgs(int min_args)
\brief A function taking a variable number of arguments
|
Copyright © 2021. All rights reserved.