| Package | Description |
|---|---|
| com.github.davidmoten.rx | |
| com.github.davidmoten.util |
| Modifier and Type | Method and Description |
|---|---|
Optional<Map<String,String>> |
Processes.Parameters.env() |
Optional<Long> |
Processes.Parameters.waitForMs() |
| Constructor and Description |
|---|
Parameters(List<String> command,
Optional<Map<String,String>> env,
boolean appendEnv,
File directory,
Optional<Long> waitForMs) |
Parameters(List<String> command,
Optional<Map<String,String>> env,
boolean appendEnv,
File directory,
Optional<Long> waitForMs) |
| Modifier and Type | Method and Description |
|---|---|
static <T> Optional<T> |
Optional.absent() |
static <T> Optional<T> |
Optional.fromNullable(T t) |
static <T> Optional<T> |
Optional.of(T t) |
Copyright © 2013–2016. All rights reserved.