Uses of Class
org.tquadrat.foundation.javacomposer.internal.ParameterSpecImpl
Packages that use ParameterSpecImpl
Package
Description
The implementations for the interfaces from the package
org.tquadrat.foundation.javacomposer.-
Uses of ParameterSpecImpl in org.tquadrat.foundation.javacomposer.internal
Fields in org.tquadrat.foundation.javacomposer.internal with type parameters of type ParameterSpecImplModifier and TypeFieldDescriptionprivate final Collection<ParameterSpecImpl> LambdaSpecImpl.BuilderImpl.m_ParametersThe parameters for the lambda.private final List<ParameterSpecImpl> LambdaSpecImpl.m_ParametersThe parameters of this method.private final List<ParameterSpecImpl> MethodSpecImpl.BuilderImpl.m_ParametersThe parameters for the method.private final List<ParameterSpecImpl> MethodSpecImpl.m_ParametersThe parameters of this method.Methods in org.tquadrat.foundation.javacomposer.internal that return ParameterSpecImplModifier and TypeMethodDescriptionfinal ParameterSpecImplParameterSpecImpl.BuilderImpl.build()Builds a newParameterSpecinstance from the added components.Methods in org.tquadrat.foundation.javacomposer.internal that return types with arguments of type ParameterSpecImplModifier and TypeMethodDescriptionfinal List<ParameterSpecImpl> LambdaSpecImpl.BuilderImpl.parameters()Returns the parameters for the lambda.final List<ParameterSpecImpl> MethodSpecImpl.BuilderImpl.parameters()Returns a reference tothe parameters.Method parameters in org.tquadrat.foundation.javacomposer.internal with type arguments of type ParameterSpecImplModifier and TypeMethodDescriptionprivate static final booleanMethodSpecImpl.lastParameterIsArray(SequencedCollection<ParameterSpecImpl> parameters) Checks whether the last entry of the given parameter list is an array.
