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

KotlinInterface

public interface KotlinInterface extends 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 methods

default int
abstract int

Inherited methods

From kotlin.Comparable
abstract int
From com.google.common.truth.Ordered
abstract void

Public methods

aDefaultMethod

default int aDefaultMethod()

aNonImplementedMethod

abstract int aNonImplementedMethod()