{% setvar book_path %}/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
open class Bar
Bar |
Public constructors | |
---|---|
Bar() |
Public methods | |
---|---|
open Foo! | |
open ArrayList<String!>! | |
open Boolean |
Bar()
Return | |
---|---|
The best of bars. |
open fun getMyFoo(input: Foo!): Foo!
Parameters | |
---|---|
input |
Foo!: The best foo you can find |
Return | |
---|---|
Foo! |
Another spectacular Foo for you to use. |
open fun getMyList(input: HashSet<Any!>!): ArrayList<String!>!
Parameters | |
---|---|
input |
HashSet<Any!>!: The best set you can afford. |
Return | |
---|---|
ArrayList<String!>! |
open fun isFunAvailable(): Boolean
Return | |
---|---|
Boolean |
true if the fun mode available, false otherwise. |