| Package | Description |
|---|---|
| org.drools.model | |
| org.drools.model.functions | |
| org.drools.model.impl |
| Modifier and Type | Method and Description |
|---|---|
Function0<A> |
From0.getProvider() |
| Modifier and Type | Method and Description |
|---|---|
static <T> From<T> |
DSL.from(Function0<T> provider) |
PatternDSL.ExchangeDef<T> |
PatternDSL.ExchangeDef.message(Function0<T> supplier) |
PatternDSL.ExchangeDef<T> |
PatternDSL.ExchangeDefImpl.message(Function0<T> supplier) |
| Modifier and Type | Class and Description |
|---|---|
static class |
Function0.Impl<R> |
static class |
Function0.Null |
| Modifier and Type | Method and Description |
|---|---|
static <R> FunctionN<R> |
FunctionUtils.toFunctionN(Function0<R> f) |
| Constructor and Description |
|---|
Impl(Function0<R> function) |
| Modifier and Type | Method and Description |
|---|---|
Function0<T> |
Exchange.getMessageSupplier() |
Function0<T> |
From0Impl.getProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
Exchange.setMessageSupplier(Function0<T> messageSupplier) |
| Constructor and Description |
|---|
From0Impl(Function0<T> provider) |
From0Impl(Function0<T> provider,
boolean reactive) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.