{% 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!>!)

Public constructors

<init>

Bar()

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!>!: A list that is full of joy.