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

Bar

open class Bar
Bar

Summary

Public constructors

<init>()

Public methods

open Foo!
getMyFoo(input: Foo!)

open ArrayList<String!>!
getMyList(input: HashSet<Any!>!)

open Boolean
isFunAvailable()

Public constructors

<init>

Bar()
Return

Public methods

getMyFoo

open fun getMyFoo(input: Foo!): Foo!
Parameters
input Foo!: The best foo you can find
Return
Foo!

getMyList

open fun getMyList(input: HashSet<Any!>!): ArrayList<String!>!
Parameters
input HashSet<Any!>!: The best set you can afford.
Return
ArrayList<String!>!

isFunAvailable

open fun isFunAvailable(): Boolean
Return
Boolean true if the fun mode available, false otherwise.