@Internal public final class NullableIfArgsTypeStrategy extends Object implements TypeStrategy
| Constructor and Description |
|---|
NullableIfArgsTypeStrategy(ConstantArgumentCount includedArguments,
TypeStrategy initialStrategy,
boolean nullableIfAllArgsNullable) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
Optional<DataType> |
inferType(CallContext callContext)
Infers a type from the given function call.
|
public NullableIfArgsTypeStrategy(ConstantArgumentCount includedArguments, TypeStrategy initialStrategy, boolean nullableIfAllArgsNullable)
public Optional<DataType> inferType(CallContext callContext)
TypeStrategyinferType in interface TypeStrategyCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.