{% setvar book_path %}/reference/kotlin/dokkatest/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

KotlinInterface

interface KotlinInterface : Comparable, Ordered

Known direct subclasses
KotlinAbstractClass

For verifying that methods can be inherited from internally-defined interfaces.

Known indirect subclasses

For verifying that methods can be inherited from externally-defined interfaces.

Summary

Public functions

open Int
Int

Inherited functions

From kotlin.Comparable
operator Int
From com.google.common.truth.Ordered

Public functions

aDefaultMethod

open fun aDefaultMethod(): Int

aNonImplementedMethod

fun aNonImplementedMethod(): Int