Package | Description |
---|---|
org.drools.model | |
org.drools.model.impl |
Modifier and Type | Interface and Description |
---|---|
interface |
From0<A> |
interface |
From1<A> |
interface |
From2<A,B> |
interface |
From3<A,B,C> |
Modifier and Type | Method and Description |
---|---|
static <T> From<T> |
DSL.from(Function0<T> provider) |
static <T> From<T> |
DSL.from(T value) |
static <A,B> From<A> |
DSL.from(Variable<A> var1,
Variable<B> var2,
Function2<A,B,?> provider) |
static <A,B,C> From<A> |
DSL.from(Variable<A> var1,
Variable<B> var2,
Variable<C> var3,
Function3<A,B,C,?> provider) |
static <T> From<T> |
DSL.from(Variable<T> variable) |
static <T> From<T> |
DSL.from(Variable<T> variable,
Function1<T,?> provider) |
static <T> From<T> |
DSL.reactiveFrom(Variable<T> variable,
Function1<T,?> provider) |
Modifier and Type | Class and Description |
---|---|
class |
From0Impl<T> |
class |
From1Impl<A> |
class |
From2Impl<A,B> |
class |
From3Impl<A,B,C> |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.