Creates a ResolvedExecutable.
Type Params | Return Type | Name and description |
---|---|---|
|
ResolvedExecutable |
build(java.util.Map<String, Object> options, Object from) Creates ResolvedExecutable from a specific input. |
Creates ResolvedExecutable from a specific input.
from
- An object that can be used to resolved an executable. It is up to the implementation to decide whether the
object is of an appropriate type.