Skip to content

Commit

Permalink
Build was failing due to new dependency in cactoos
Browse files Browse the repository at this point in the history
  • Loading branch information
neonailol committed May 14, 2018
1 parent 743d697 commit 2fb35f9
Show file tree
Hide file tree
Showing 5 changed files with 1,216 additions and 1,215 deletions.
1 change: 1 addition & 0 deletions build.cactoos.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ version = "1.0-SNAPSHOT"
description = """cactoos"""

dependencies {
"compile"("org.llorllale:cactoos-matchers:0.9.1")
"compile"("org.takes:takes:1.11.3")
"compile"("junit:junit:4.12") { exclude(module = "hamcrest-core") }
"compile"("org.mockito:mockito-core:2.18.3") { exclude(module = "hamcrest-core") }
Expand Down
2 changes: 1 addition & 1 deletion cactoos
10 changes: 5 additions & 5 deletions docs/nnl.rocks.kactoos.iterable/-iterable-of/-init-.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@

# <init>

`IterableOf(sclr: `[`Scalar`](../../nnl.rocks.kactoos/-scalar/index.md)`<`[`Iterator`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-iterator/index.html)`<`[`X`](index.md#X)`>>)``IterableOf(vararg items: `[`X`](index.md#X)`)`
`IterableOf(scalar: `[`Scalar`](../../nnl.rocks.kactoos/-scalar/index.md)`<`[`Iterator`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-iterator/index.html)`<`[`X`](index.md#X)`>>)``IterableOf(vararg items: `[`X`](index.md#X)`)`

### Parameters

`items` - The array`IterableOf(list: `[`List`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)`<`[`X`](index.md#X)`>)`

### Parameters

`list` - The list`IterableOf(list: `[`Iterator`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-iterator/index.html)`<`[`X`](index.md#X)`>)`
`list` - The List`IterableOf(set: `[`Set`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-set/index.html)`<`[`X`](index.md#X)`>)`

### Parameters

`list` - The list
`set` - The Set`IterableOf(iterator: `[`Iterator`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-iterator/index.html)`<`[`X`](index.md#X)`>)`

**Since**
0.21
### Parameters

`iterator` - The Iterator
2 changes: 1 addition & 1 deletion docs/nnl.rocks.kactoos.iterable/-iterable-of/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ There is no thread-safety guarantee.

| Name | Summary |
|---|---|
| [&lt;init&gt;](-init-.md) | `IterableOf(sclr: `[`Scalar`](../../nnl.rocks.kactoos/-scalar/index.md)`<`[`Iterator`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-iterator/index.html)`<`[`X`](index.md#X)`>>)`<br>`IterableOf(vararg items: `[`X`](index.md#X)`)`<br>`IterableOf(list: `[`List`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)`<`[`X`](index.md#X)`>)`<br>`IterableOf(list: `[`Iterator`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-iterator/index.html)`<`[`X`](index.md#X)`>)` |
| [&lt;init&gt;](-init-.md) | `IterableOf(scalar: `[`Scalar`](../../nnl.rocks.kactoos/-scalar/index.md)`<`[`Iterator`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-iterator/index.html)`<`[`X`](index.md#X)`>>)`<br>`IterableOf(vararg items: `[`X`](index.md#X)`)`<br>`IterableOf(list: `[`List`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)`<`[`X`](index.md#X)`>)`<br>`IterableOf(set: `[`Set`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-set/index.html)`<`[`X`](index.md#X)`>)`<br>`IterableOf(iterator: `[`Iterator`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-iterator/index.html)`<`[`X`](index.md#X)`>)` |
Loading

0 comments on commit 2fb35f9

Please sign in to comment.