| Modifier | Constructor and Description |
|---|---|
protected |
FEELFnResult(Optional<FEELEvent> left,
Optional<T> right) |
| Modifier and Type | Method and Description |
|---|---|
static <T> FEELFnResult<T> |
ofError(FEELEvent event) |
static <T> FEELFnResult<T> |
ofResult(T value) |
public static <T> FEELFnResult<T> ofError(FEELEvent event)
public static <T> FEELFnResult<T> ofResult(T value)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.