validation

inline fun <T> validation(f: () -> T): Validation<T>

Inline version of [io.gatling.javaapi.core.internal.Expressions.validation]