Skip navigation links
C E N O P R T 

C

Callback<Result> - Interface in net.markenwerk.commons.interfaces
For an arbitrary process, that will eventually yield a result, a Callback is used, to convey that result from the executor of the process (hereafter: executor) back to the initiator of the process (hereafter: initiator).
ConversionException - Exception in net.markenwerk.commons.exceptions
A ConversionException indicates that an arbitrary conversion (transformation, translation, projection, evaluation, ...) has failed.
ConversionException(String, Throwable) - Constructor for exception net.markenwerk.commons.exceptions.ConversionException
Constructs a ConversionException with the given message and cause.
ConversionException(String) - Constructor for exception net.markenwerk.commons.exceptions.ConversionException
Constructs a ConversionException with the given message.
ConversionException(Throwable) - Constructor for exception net.markenwerk.commons.exceptions.ConversionException
Constructs a ConversionException with the given cause.
convert(From) - Method in interface net.markenwerk.commons.interfaces.Converter
Called to convert a given value.
Converter<From,To> - Interface in net.markenwerk.commons.interfaces
A Converter is used to convert (transform, translate, project, evaluate, ...) values from one form into another.
CustomizingProducer<Customization,Product> - Interface in net.markenwerk.commons.interfaces
A CustomizingProducer produces customized values of the corresponding product type.
CustomizingProvider<Customization,Product> - Interface in net.markenwerk.commons.interfaces
A CustomizingProvider provides customized values of the corresponding product type.

E

EvaluationException - Exception in net.markenwerk.commons.exceptions
A EvaluationException indicates that the evaluation of a Predicate has failed.
EvaluationException(String, Throwable) - Constructor for exception net.markenwerk.commons.exceptions.EvaluationException
Constructs a EvaluationException with the given message and cause.
EvaluationException(String) - Constructor for exception net.markenwerk.commons.exceptions.EvaluationException
Constructs a EvaluationException with the given message.
EvaluationException(Throwable) - Constructor for exception net.markenwerk.commons.exceptions.EvaluationException
Constructs a EvaluationException with the given cause.

N

net.markenwerk.commons.exceptions - package net.markenwerk.commons.exceptions
 
net.markenwerk.commons.interfaces - package net.markenwerk.commons.interfaces
 

O

onResult(Result) - Method in interface net.markenwerk.commons.interfaces.Callback
Called by the executor when a result is available.

P

Predicate<Subject> - Interface in net.markenwerk.commons.interfaces
A Predicate is used to perform arbitrary test on test subject.
produce(Customization) - Method in interface net.markenwerk.commons.interfaces.CustomizingProducer
Produces a new customized product.
produce() - Method in interface net.markenwerk.commons.interfaces.Producer
Produces a new product.
Producer<Product> - Interface in net.markenwerk.commons.interfaces
A Producer produces values of the corresponding product type.
ProductionException - Exception in net.markenwerk.commons.exceptions
A ProductionException indicates that a Producer failed to produce a product.
ProductionException(String, Throwable) - Constructor for exception net.markenwerk.commons.exceptions.ProductionException
Constructs a ProductionException with the given message and cause.
ProductionException(String) - Constructor for exception net.markenwerk.commons.exceptions.ProductionException
Constructs a ProductionException with the given message.
ProductionException(Throwable) - Constructor for exception net.markenwerk.commons.exceptions.ProductionException
Constructs a ProductionException with the given cause.
provide(Customization) - Method in interface net.markenwerk.commons.interfaces.CustomizingProvider
Provides a customized product.
provide() - Method in interface net.markenwerk.commons.interfaces.Provider
Provides a product, This may be a costly operation.
Provider<Product> - Interface in net.markenwerk.commons.interfaces
A Provider provides values of the corresponding product type.
ProvisioningException - Exception in net.markenwerk.commons.exceptions
A ProvisioningException indicates that a Provider failed to provide a product.
ProvisioningException(String, Throwable) - Constructor for exception net.markenwerk.commons.exceptions.ProvisioningException
Constructs a ProvisioningException with the given message and cause.
ProvisioningException(String) - Constructor for exception net.markenwerk.commons.exceptions.ProvisioningException
Constructs a ProvisioningException with the given message.
ProvisioningException(Throwable) - Constructor for exception net.markenwerk.commons.exceptions.ProvisioningException
Constructs a ProvisioningException with the given cause.

R

revert(To) - Method in interface net.markenwerk.commons.interfaces.Translator
Called to revert a given value.

T

test(Subject) - Method in interface net.markenwerk.commons.interfaces.Predicate
Performs the test on a given test subject.
Translator<From,To> - Interface in net.markenwerk.commons.interfaces
A Translator is used to convert (transform, translate, project, evaluate, ...) values from one form into another and back.
C E N O P R T 
Skip navigation links

Copyright © 2015–2016 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.