strikt-core / strikt.api / Assertion / Builder / chain

chain

open fun <R> chain(function: (T) -> R): DescribeableBuilder<R>
Deprecated: Use get instead

Deprecated form of with((T) -> R).

See Also

with

open fun <R> chain(description: String, function: (T) -> R): DescribeableBuilder<R>
Deprecated: Use get instead

Deprecated form of with(String, (T) -> R).

See Also

with