NullFallThrough

Utility PartialConverter for dealing with null values when these are valid. This cuts down on the boilerplate when defining subsequent PartialConverter implementations.

Functions

Link copied to clipboard
open override fun maybeConvert(input: Any?): PartialConverterResult

Attempts to convert the input to a valid result.