public static interface MethodParams.Arity
| Modifier and Type | Field and Description |
|---|---|
static MethodParams.Arity |
BINARY |
static MethodParams.Arity |
NULLARY |
static MethodParams.Arity |
UNARY |
| Modifier and Type | Method and Description |
|---|---|
void |
check(String methodName,
List<?> params) |
static MethodParams.Arity |
max(int count) |
static MethodParams.Arity |
min(int count) |
static MethodParams.Arity |
of(int count) |
static final MethodParams.Arity NULLARY
static final MethodParams.Arity UNARY
static final MethodParams.Arity BINARY
static MethodParams.Arity of(int count)
static MethodParams.Arity min(int count)
static MethodParams.Arity max(int count)
Copyright © 2022 The Apache Software Foundation. All rights reserved.