Await until the given condition evaluates to true
or the timeout
expires, whichever comes first.
Await until the given condition evaluates to true
or the timeout
expires, whichever comes first.
If no timeout is given, take it from the innermost enclosing within
block.
Automatically closes resource after use.
Automatically closes resource after use. Handy for closing streams, files, sessions etc. Similar to try-with-resources in Java 7.
Copies a text file substituting every occurrence of $ {VARIABLE}
with a value from the given map
Copies a text file substituting every occurrence of $ {VARIABLE}
with a value from the given map
Makes a new directory or throws an IOException
if it cannot be made
Makes a new directory or throws an IOException
if it cannot be made
Obtain current time (System.nanoTime
) as Duration.
Obtain current time (System.nanoTime
) as Duration.
Obtain time remaining for execution of the innermost enclosing within
block or missing that it returns the given duration.
Obtain time remaining for execution of the innermost enclosing within
block or missing that it returns the given duration.
Obtain time remaining for execution of the innermost enclosing within
block or missing that it returns the properly dilated default for this
case from settings (key "akka.
Obtain time remaining for execution of the innermost enclosing within
block or missing that it returns the properly dilated default for this
case from settings (key "akka.test.single-expect-default").
Waits until a port at the given address is open or timeout passes.
Waits until a port at the given address is open or timeout passes.
true if managed to connect to the port, false if timeout happened first
(embeddedKafka: StringAdd).self
(embeddedKafka: StringFormat).self
(embeddedKafka: ArrowAssoc[EmbeddedKafka]).x
(Since version 2.10.0) Use leftOfArrow
instead
(embeddedKafka: Ensuring[EmbeddedKafka]).x
(Since version 2.10.0) Use resultOfEnsuring
instead