| Package | Description |
|---|---|
| org.deeplearning4j.ui.api |
| Modifier and Type | Method and Description |
|---|---|
static HttpMethod |
HttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpMethod[] |
HttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Route(String route,
HttpMethod method,
FunctionType functionType,
BiFunction<String,String,play.mvc.Result> function) |
Route(String route,
HttpMethod method,
FunctionType functionType,
Function<String,play.mvc.Result> function) |
Route(String route,
HttpMethod method,
FunctionType functionType,
Supplier<play.mvc.Result> supplier) |
Copyright © 2018. All rights reserved.