Uses of Interface
com.evolveum.axiom.reactor.Dependency
Packages that use Dependency
-
Uses of Dependency in com.evolveum.axiom.lang.impl
Classes in com.evolveum.axiom.lang.impl that implement DependencyMethods in com.evolveum.axiom.lang.impl with type parameters of type DependencyModifier and TypeMethodDescription<V,X extends Dependency<V>>
XAxiomStatementRule.ActionBuilder.require(X req) <V,X extends Dependency<V>>
XValueActionImpl.require(X req) Methods in com.evolveum.axiom.lang.impl that return DependencyModifier 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) Methods in com.evolveum.axiom.lang.impl that return types with arguments of type DependencyModifier and TypeMethodDescriptionCollection<Dependency<?>>ValueActionImpl.dependencies()Collection<Dependency<?>>ValueActionImpl.requirements() -
Uses of Dependency in com.evolveum.axiom.reactor
Subinterfaces of Dependency in com.evolveum.axiom.reactorModifier and TypeInterfaceDescriptioninterfaceinterfaceDependantAction<E extends Exception>static interfaceClasses in com.evolveum.axiom.reactor that implement DependencyModifier and TypeClassDescriptionclassclassstatic final classstatic final classstatic final classstatic final classclassFlatMapDependency<I,O> classMapDependency<I,O> final classMethods in com.evolveum.axiom.reactor that return DependencyModifier 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) Methods in com.evolveum.axiom.reactor that return types with arguments of type DependencyMethods in com.evolveum.axiom.reactor with parameters of type DependencyModifier and TypeMethodDescriptionstatic <T> Dependency<T>Dependency.deffered(Dependency<T> original) static <T> Dependency<T>Dependency.optional(Dependency<T> dependency) Method parameters in com.evolveum.axiom.reactor with type arguments of type DependencyModifier and TypeMethodDescriptionstatic booleanDependency.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) Constructors in com.evolveum.axiom.reactor with parameters of type DependencyModifierConstructorDescriptionFlatMapDependency(Dependency<I> delegate, Function<I, Dependency<O>> mapping) MapDependency(Dependency<I> delegate, Function<I, O> mapping) OptionalDep(Dependency<T> delegate) Constructor parameters in com.evolveum.axiom.reactor with type arguments of type DependencyModifierConstructorDescriptionFlatMapDependency(Dependency<I> delegate, Function<I, Dependency<O>> mapping) RetriableDependency(Supplier<Dependency<T>> lookup)