@Internal public final class NullableTypeStrategy extends Object implements TypeStrategy
| Constructor and Description |
|---|
NullableTypeStrategy(ConstantArgumentCount includedArguments,
TypeStrategy initialStrategy) |
| 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 NullableTypeStrategy(ConstantArgumentCount includedArguments, TypeStrategy initialStrategy)
public Optional<DataType> inferType(CallContext callContext)
TypeStrategyinferType in interface TypeStrategyCopyright © 2014–2021 The Apache Software Foundation. All rights reserved.