Class UnionConverter

  • All Implemented Interfaces:
    com.kotlindiscord.kord.extensions.commands.converters.SlashCommandConverter , com.kotlindiscord.kord.extensions.koin.KordExKoinComponent , org.koin.core.component.KoinComponent

    
    public final class UnionConverter
    extends CoalescingConverter<Any>
                        

    Experimental converter allowing for combining other converters together, with the caveat of type erasure.

    This converter does not support optional or defaulting converters.