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

Bar

open class Bar
Bar

Summary

Public constructors
Bar()

Public methods
open Foo!
getMyFoo(input: Foo!)

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

open Boolean
isFunAvailable()

Public constructors

Bar

Bar()
Return
The best of bars.

Public methods

getMyFoo

open fun getMyFoo(input: Foo!): Foo!
Parameters
input Foo!: The best foo you can find
Return
Foo! Another spectacular Foo for you to use.

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.