Uses of Interface
org.qaddict.functions.Transformation
Packages that use Transformation
-
Uses of Transformation in org.qaddict
Methods in org.qaddict with parameters of type TransformationModifier and TypeMethodDescriptionstatic <D,V> FluentTransformation <V, ExpectationBuilder<D>> Expectations.has(String name, Transformation<D, V> transformation) static <D,V> FluentTransformation <V, ExpectationBuilder<D>> Expectations.has(Transformation<D, V> transformation) static <D,V> Expectation <D> Expectations.transform(String name, Transformation<D, ? extends V> transformation, Expectation<? super V> expectation) -
Uses of Transformation in org.qaddict.expectation
Methods in org.qaddict.expectation that return TransformationModifier and TypeMethodDescriptionTransformation<? super D, ? extends V> TransformedExpectation.transformation()Returns the value of thetransformationrecord component.Methods in org.qaddict.expectation with parameters of type TransformationModifier and TypeMethodDescription<V> FluentTransformation<V, T> AbstractExpectationBuilder.and(String name, Transformation<? super D, V> transformation) <V> FluentTransformation<V, T> AbstractExpectationBuilder.and(Transformation<? super D, V> transformation) <E extends D,V>
FluentTransformation<V, ExpectationBuilder<E>> ExpectationBuilder.and(String name, Transformation<? super E, V> transformation) <E extends D,V>
FluentTransformation<V, ExpectationBuilder<E>> ExpectationBuilder.and(Transformation<? super E, V> transformation) Constructors in org.qaddict.expectation with parameters of type TransformationModifierConstructorDescriptionTransformedExpectation(Transformation<? super D, ? extends V> transformation, Expectation<? super V> expectation) Creates an instance of aTransformedExpectationrecord class. -
Uses of Transformation in org.qaddict.functions
Methods in org.qaddict.functions that return TransformationModifier and TypeMethodDescriptionstatic <I,O> Transformation <I, O> Transformation.nullOr(Transformation<I, O> transformation) Methods in org.qaddict.functions with parameters of type TransformationModifier and TypeMethodDescriptionstatic <I,O> Transformation <I, O> Transformation.nullOr(Transformation<I, O> transformation)