Uses of Class
org.tquadrat.foundation.javacomposer.internal.LambdaSpecImpl.BuilderImpl
Packages that use LambdaSpecImpl.BuilderImpl
Package
Description
The implementations for the interfaces from the package
org.tquadrat.foundation.javacomposer
.-
Uses of LambdaSpecImpl.BuilderImpl in org.tquadrat.foundation.javacomposer.internal
Methods in org.tquadrat.foundation.javacomposer.internal that return LambdaSpecImpl.BuilderImplModifier and TypeMethodDescriptionAdds code for the lambda body.Adds code for the lambda body.LambdaSpecImpl.BuilderImpl.addComment
(String format, Object... args) Adds a comment for the lambda body.LambdaSpecImpl.BuilderImpl.addParameter
(Type type, String name) Adds a parameter for the lambda.LambdaSpecImpl.BuilderImpl.addParameter
(String name) Adds a parameter for the lambda.LambdaSpecImpl.BuilderImpl.addParameter
(ParameterSpec parameterSpec) Adds a parameter for the lambda.LambdaSpecImpl.BuilderImpl.addParameter
(TypeName type, String name) Adds a parameter for the lambda.LambdaSpecImpl.BuilderImpl.addParameters
(Iterable<? extends ParameterSpec> parameterSpecs) Adds parameters for the lambda.LambdaSpecImpl.BuilderImpl.addStatement
(String format, Object... args) Adds a statement to the code for the lambda body.LambdaSpecImpl.BuilderImpl.beginControlFlow
(String controlFlow, Object... args) Adds the begin of a control flow for the lambda body.LambdaSpecImpl.BuilderImpl.endControlFlow()
Ends the current control flow for the lambda body.LambdaSpecImpl.BuilderImpl.endControlFlow
(String controlFlow, Object... args) Ends the current control flow for the lambda body; this version is only used fordo-while
constructs.LambdaSpecImpl.BuilderImpl.nextControlFlow
(String controlFlow, Object... args) Begins another control flow for the lambda body.LambdaSpecImpl.toBuilder()
Creates a new builder that is initialised with the components of this lambda.Constructors in org.tquadrat.foundation.javacomposer.internal with parameters of type LambdaSpecImpl.BuilderImplModifierConstructorDescriptionLambdaSpecImpl
(LambdaSpecImpl.BuilderImpl builder) Creates a newLambdaSpecImpl
instance.