Uses of Interface
com.evolveum.axiom.reactor.Dependency
-
Uses of Dependency in com.evolveum.axiom.lang.impl
Modifier and TypeMethodDescription<V,
X extends Dependency<V>>
XAxiomStatementRule.ActionBuilder.require
(X req) <V,
X extends Dependency<V>>
XValueActionImpl.require
(X req) Modifier and TypeMethodDescription<T> Dependency<AxiomItem<T>>
<T> Dependency<AxiomItem<T>>
AxiomStatementRule.Lookup.child
(AxiomItemDefinition item, Class<T> valueType) AxiomStatementRule.Lookup.finalValue()
AxiomStatementRule.Lookup.modify()
AxiomStatementRule.Lookup.modify
(AxiomName identifierSpace, AxiomValueIdentifier identifier) AxiomStatementRule.Lookup.namespace
(AxiomName name, AxiomValueIdentifier namespaceId) ModelReactorContext.namespace
(AxiomName name, AxiomValueIdentifier namespaceId) <T> Dependency<AxiomValue<T>>
AxiomStatementRule.Lookup.onlyItemValue
(AxiomItemDefinition item, Class<T> valueType) ItemContext.onlyValue0()
Dependency<AxiomValue<?>>
AxiomStatementRule.ActionBuilder.require
(AxiomValueContext<?> ext) Dependency<AxiomValue<?>>
ValueActionImpl.require
(AxiomValueContext<?> ext) Modifier and TypeMethodDescriptionCollection<Dependency<?>>
ValueActionImpl.dependencies()
Collection<Dependency<?>>
ValueActionImpl.requirements()
-
Uses of Dependency in com.evolveum.axiom.reactor
Modifier and TypeInterfaceDescriptioninterface
interface
DependantAction<E extends Exception>
static interface
Modifier and TypeClassDescriptionclass
class
static final class
static final class
static final class
static final class
class
FlatMapDependency<I,
O> class
MapDependency<I,
O> final class
Modifier and TypeMethodDescriptionstatic <T> Dependency<T>
Dependency.deffered
(Dependency<T> original) default <R> Dependency<R>
Dependency.flatMap
(Function<T, Dependency<R>> map) static <T> Dependency<T>
static <T> Dependency<T>
static <T> Dependency<T>
Dependency.fromNullable
(T value) static <T> Dependency<T>
Dependency.immediate
(T value) default <R> Dependency<R>
static <T> Dependency<T>
Dependency.of
(T from) static <T> Dependency<T>
Dependency.optional
(Dependency<T> dependency) static <T> Dependency<T>
Dependency.orNull
(T value) AbstractDependency.unsatisfied
(Supplier<? extends Exception> unsatisfiedMessage) static <T> Dependency<T>
Dependency.unsatisfied()
default Dependency<T>
Dependency.unsatisfied
(Supplier<? extends Exception> unsatisfiedMessage) Modifier and TypeMethodDescriptionstatic <T> Dependency<T>
Dependency.deffered
(Dependency<T> original) static <T> Dependency<T>
Dependency.optional
(Dependency<T> dependency) Modifier and TypeMethodDescriptionstatic boolean
Dependency.allSatisfied
(Collection<? extends Dependency<?>> outstanding) default <R> Dependency<R>
Dependency.flatMap
(Function<T, Dependency<R>> map) static <T> Dependency.Search<T>
Dependency.retriableDelegate
(Supplier<Dependency<T>> lookup) ModifierConstructorDescriptionFlatMapDependency
(Dependency<I> delegate, Function<I, Dependency<O>> mapping) MapDependency
(Dependency<I> delegate, Function<I, O> mapping) OptionalDep
(Dependency<T> delegate) ModifierConstructorDescriptionFlatMapDependency
(Dependency<I> delegate, Function<I, Dependency<O>> mapping) RetriableDependency
(Supplier<Dependency<T>> lookup)