blob: 90397676217b6d8f715a6ea67aede5f83c512def (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[test](../../index.md) / [Bar](./index.md)
# Bar
`class Bar<T> : `[`Foo`](../-foo/index.md)`<`[`T`](index.md#T)`>`
### Constructors
| [<init>](-init-.md) | `Bar()` |
### Extension Functions
| [first](../first.md) | `fun <T> `[`Foo`](../-foo/index.md)`<`[`T`](../first.md#T)`>.first(): Unit` |
| [second](../second.md) | `fun <T> `[`Bar`](./index.md)`<`[`T`](../second.md#T)`>.second(): Unit` |
|