blob: 8d0e316f80b59037d68f925a52dbabfe64cdc058 (
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` |
|