fun <E> Assert<Array<E>>.asIterable(): AssertionPlant<Iterable<E>> (source)
Turns Assert<Array<E>> into Assert<Iterable<E>>.
Return
The newly created AssertionPlant for the transformed subject.
fun Assert<ByteArray>.asIterable(): AssertionPlant<Iterable<Byte>> (source)
Turns Assert<CharArray> into Assert<Iterable<Byte>>.
Return
The newly created AssertionPlant for the transformed subject.
fun Assert<CharArray>.asIterable(): AssertionPlant<Iterable<Char>> (source)
Turns Assert<CharArray> into Assert<Iterable<Char>>.
Return
The newly created AssertionPlant for the transformed subject.
fun Assert<ShortArray>.asIterable(): AssertionPlant<Iterable<Short>> (source)
Turns Assert<ShortArray> into Assert<Iterable<Short>>.
Return
The newly created AssertionPlant for the transformed subject.
fun Assert<IntArray>.asIterable(): AssertionPlant<Iterable<Int>> (source)
Turns Assert<IntArray> into Assert<Iterable<Int>>.
Return
The newly created AssertionPlant for the transformed subject.
fun Assert<LongArray>.asIterable(): AssertionPlant<Iterable<Long>> (source)
Turns Assert<LongArray> into Assert<Iterable<Double>>.
Return
The newly created AssertionPlant for the transformed subject.
fun Assert<FloatArray>.asIterable(): AssertionPlant<Iterable<Float>> (source)
Turns Assert<FloatArray> into Assert<Iterable<Float>>.
Return
The newly created AssertionPlant for the transformed subject.
fun Assert<DoubleArray>.asIterable(): AssertionPlant<Iterable<Double>> (source)
Turns Assert<DoubleArray> into Assert<Iterable<Double>>.
Return
The newly created AssertionPlant for the transformed subject.
fun Assert<BooleanArray>.asIterable(): AssertionPlant<Iterable<Boolean>> (source)
Turns Assert<BooleanArray> into Assert<Iterable<Boolean>>.
Return
The newly created AssertionPlant for the transformed subject.
fun <E, T> Assert<T>.asIterable(): <ERROR CLASS> (source)
Turns Assert<Sequence<E>> into Assert<Iterable<E>>.
Return
The newly created AssertionPlant for the transformed subject.