ViewConverter

class ViewConverter : Converter<String, ViewCategory>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun <U : Any> andThen(after: Converter<in ViewCategory, out U>): Converter<String, U>
Link copied to clipboard
open override fun convert(source: String): ViewCategory?