findApplicable

@Since(version = "2.2")
abstract fun findApplicable(name: String): RegistrableApplicable?

This method finds an applicable by its name (alias).

Return

the applicable, or null if not found