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_Parameters
The parameters for the lambda.private final List
<ParameterSpecImpl> LambdaSpecImpl.m_Parameters
The parameters of this method.private final List
<ParameterSpecImpl> MethodSpecImpl.BuilderImpl.m_Parameters
The parameters for the method.private final List
<ParameterSpecImpl> MethodSpecImpl.m_Parameters
The parameters of this method.Methods in org.tquadrat.foundation.javacomposer.internal that return ParameterSpecImplModifier and TypeMethodDescriptionfinal ParameterSpecImpl
ParameterSpecImpl.BuilderImpl.build()
Builds a newParameterSpec
instance 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 boolean
MethodSpecImpl.lastParameterIsArray
(SequencedCollection<ParameterSpecImpl> parameters) Checks whether the last entry of the given parameter list is an array.