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) |
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> |
From0Impl.getProvider() |
Constructor and Description |
---|
From0Impl(Function0<T> provider) |
From0Impl(Function0<T> provider,
boolean reactive) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.