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

Foo

open class Foo
Foo

Summary

Public constructors

<init>()

Public methods

open Unit
publicBar()

Protected methods

open Unit
protectedBar()

Private methods

open Unit
privateBar()

Public constructors

<init>

Foo()

Public methods

publicBar

open fun publicBar(): Unit

Protected methods

protectedBar

protected open fun protectedBar(): Unit

Private methods

privateBar

private open fun privateBar(): Unit