Package com.github.phisgr.gatling.kt.javapb

Functions

Link copied to clipboard
fun <M> Function<Session, M>.asScala(): Function1<Session, Validation<M>>
Link copied to clipboard
inline fun <M : Message, B : Message.Builder> fromSession(crossinline newBuilder: () -> B, crossinline f: B.(Session) -> M): Function<Session, M>

is mostly equivalent to