fun <E> <ERROR CLASS><Array<out E>>.asIterable(): <ERROR CLASS><Iterable<E>>Turns Assert<Array<E>> into Assert<Iterable<E>>.
The transformation as such is not reflected in reporting.
Use returnValueOf(Array<out E>::asIterable) if you want to show the transformation in reporting.
Return
The newly created AssertionPlant for the transformed subject.
fun <E> <ERROR CLASS><Array<out E>>.asIterable(assertionCreator: <ERROR CLASS><Iterable<E>>.() -> Unit): <ERROR CLASS><Iterable<E>>Turns Assert<Array<E>> into Assert<Iterable<E>> and makes the assertion that the assertions the given
assertionCreator might create hold.
The transformation as such is not reflected in reporting.
Use returnValueOf(Array<out E>::asIterable) if you want to show the transformation in reporting.
Return
The newly created AssertionPlant for the transformed subject.
@JvmName("byteArrAsIterable") fun <ERROR CLASS><ByteArray>.asIterable(): <ERROR CLASS><Iterable<Byte>>Turns Assert<CharArray> into Assert<Iterable<Byte>>.
The transformation as such is not reflected in reporting.
Use returnValueOf(ByteArray::asIterable) if you want to show the transformation in reporting.
Return
The newly created Assert for the transformed subject.
@JvmName("byteArrAsIterable") fun <ERROR CLASS><ByteArray>.asIterable(assertionCreator: <ERROR CLASS><Iterable<Byte>>.() -> Unit): <ERROR CLASS><Iterable<Byte>>Turns Assert<CharArray> into Assert<Iterable<Byte>> and makes the assertion that the assertions the given
assertionCreator might create hold.
The transformation as such is not reflected in reporting.
Use returnValueOf(ByteArray::asIterable) if you want to show the transformation in reporting.
Return
The newly created Assert for the transformed subject.
@JvmName("charArrAsIterable") fun <ERROR CLASS><CharArray>.asIterable(): <ERROR CLASS><Iterable<Char>>Turns Assert<CharArray> into Assert<Iterable<Char>>.
The transformation as such is not reflected in reporting.
Use returnValueOf(CharArray::asIterable) if you want to show the transformation in reporting.
Return
The newly created AssertionPlant for the transformed subject.
@JvmName("charArrAsIterable") fun <ERROR CLASS><CharArray>.asIterable(assertionCreator: <ERROR CLASS><Iterable<Char>>.() -> Unit): <ERROR CLASS><Iterable<Char>>Turns Assert<CharArray> into Assert<Iterable<Char>> and makes the assertion that the assertions the given
assertionCreator might create hold.
The transformation as such is not reflected in reporting.
Use returnValueOf(CharArray::asIterable) if you want to show the transformation in reporting.
Return
The newly created AssertionPlant for the transformed subject.
@JvmName("shortArrAsIterable") fun <ERROR CLASS><ShortArray>.asIterable(): <ERROR CLASS><Iterable<Short>>Turns Assert<ShortArray> into Assert<Iterable<Short>>.
The transformation as such is not reflected in reporting.
Use returnValueOf(ShortArray::asIterable) if you want to show the transformation in reporting.
Return
The newly created AssertionPlant for the transformed subject.
@JvmName("shortArrAsIterable") fun <ERROR CLASS><ShortArray>.asIterable(assertionCreator: <ERROR CLASS><Iterable<Short>>.() -> Unit): <ERROR CLASS><Iterable<Short>>Turns Assert<ShortArray> into Assert<Iterable<Short>> and makes the assertion that the assertions the given
assertionCreator might create hold.
The transformation as such is not reflected in reporting.
Use returnValueOf(ShortArray::asIterable) if you want to show the transformation in reporting.
Return
The newly created AssertionPlant for the transformed subject.
@JvmName("intArrAsIterable") fun <ERROR CLASS><IntArray>.asIterable(): <ERROR CLASS><Iterable<Int>>Turns Assert<IntArray> into Assert<Iterable<Int>>.
The transformation as such is not reflected in reporting.
Use returnValueOf(IntArray::asIterable) if you want to show the transformation in reporting.
Return
The newly created AssertionPlant for the transformed subject.
@JvmName("intArrAsIterable") fun <ERROR CLASS><IntArray>.asIterable(assertionCreator: <ERROR CLASS><Iterable<Int>>.() -> Unit): <ERROR CLASS><Iterable<Int>>Turns Assert<IntArray> into Assert<Iterable<Int>> and makes the assertion that the assertions the given
assertionCreator might create hold.
The transformation as such is not reflected in reporting.
Use returnValueOf(IntArray::asIterable) if you want to show the transformation in reporting.
Return
The newly created AssertionPlant for the transformed subject.
@JvmName("longArrAsIterable") fun <ERROR CLASS><LongArray>.asIterable(): <ERROR CLASS><Iterable<Long>>Turns Assert<LongArray> into Assert<Iterable<Double>>.
The transformation as such is not reflected in reporting.
Use returnValueOf(LongArray::asIterable) if you want to show the transformation in reporting.
Return
The newly created AssertionPlant for the transformed subject.
@JvmName("longArrAsIterable") fun <ERROR CLASS><LongArray>.asIterable(assertionCreator: <ERROR CLASS><Iterable<Long>>.() -> Unit): <ERROR CLASS><Iterable<Long>>Turns Assert<LongArray> into Assert<Iterable<Double>> and makes the assertion that the assertions the given
assertionCreator might create hold.
The transformation as such is not reflected in reporting.
Use returnValueOf(LongArray::asIterable) if you want to show the transformation in reporting.
Return
The newly created AssertionPlant for the transformed subject.
@JvmName("floatArrAsIterable") fun <ERROR CLASS><FloatArray>.asIterable(): <ERROR CLASS><Iterable<Float>>Turns Assert<FloatArray> into Assert<Iterable<Float>>.
The transformation as such is not reflected in reporting.
Use returnValueOf(FloatArray::asIterable) if you want to show the transformation in reporting.
Return
The newly created AssertionPlant for the transformed subject.
@JvmName("floatArrAsIterable") fun <ERROR CLASS><FloatArray>.asIterable(assertionCreator: <ERROR CLASS><Iterable<Float>>.() -> Unit): <ERROR CLASS><Iterable<Float>>Turns Assert<FloatArray> into Assert<Iterable<Float>> and makes the assertion that the assertions the given
assertionCreator might create hold.
The transformation as such is not reflected in reporting.
Use returnValueOf(FloatArray::asIterable) if you want to show the transformation in reporting.
Return
The newly created AssertionPlant for the transformed subject.
@JvmName("doubleArrAsIterable") fun <ERROR CLASS><DoubleArray>.asIterable(): <ERROR CLASS><Iterable<Double>>Turns Assert<DoubleArray> into Assert<Iterable<Double>>.
The transformation as such is not reflected in reporting.
Use returnValueOf(DoubleArray::asIterable) if you want to show the transformation in reporting.
Return
The newly created AssertionPlant for the transformed subject.
@JvmName("doubleArrAsIterable") fun <ERROR CLASS><DoubleArray>.asIterable(assertionCreator: <ERROR CLASS><Iterable<Double>>.() -> Unit): <ERROR CLASS><Iterable<Double>>Turns Assert<DoubleArray> into Assert<Iterable<Double>> and makes the assertion that the assertions the given
assertionCreator might create hold.
The transformation as such is not reflected in reporting.
Use returnValueOf(DoubleArray::asIterable) if you want to show the transformation in reporting.
Return
The newly created AssertionPlant for the transformed subject.
@JvmName("boolArrAsIterable") fun <ERROR CLASS><BooleanArray>.asIterable(): <ERROR CLASS><Iterable<Boolean>>Turns Assert<BooleanArray> into Assert<Iterable<Boolean>>.
The transformation as such is not reflected in reporting.
Use returnValueOf(BooleanArray::asIterable) if you want to show the transformation in reporting.
Return
The newly created AssertionPlant for the transformed subject.
@JvmName("boolArrAsIterable") fun <ERROR CLASS><BooleanArray>.asIterable(assertionCreator: <ERROR CLASS><Iterable<Boolean>>.() -> Unit): <ERROR CLASS><Iterable<Boolean>>Turns Assert<BooleanArray> into Assert<Iterable<Boolean>> and makes the assertion that the assertions the given
assertionCreator might create hold.
The transformation as such is not reflected in reporting.
Use returnValueOf(BooleanArray::asIterable) if you want to show the transformation in reporting.
Return
The newly created AssertionPlant for the transformed subject.
fun <E> <ERROR CLASS><Sequence<E>>.asIterable(): <ERROR CLASS><Iterable<E>>Turns Assert<Sequence<E>> into Assert<Iterable<E>>.
The transformation as such is not reflected in reporting.
Use returnValueOf(Sequence::asIterable) if you want to show the transformation in reporting.
Return
The newly created AssertionPlant for the transformed subject.