open fun <R> chain(function: (T) -> R): DescribeableBuilder<R>Deprecated form of with((T) -> R).
See Also
open fun <R> chain(description: String, function: (T) -> R): DescribeableBuilder<R>Deprecated form of with(String, (T) -> R).
See Also