| Package | Description |
|---|---|
| de.flapdoodle.eval.core.evaluables |
| Modifier and Type | Method and Description |
|---|---|
ImmutableSignature<T> |
ImmutableSignature.Builder.build()
Builds a new
ImmutableSignature. |
static <T> ImmutableSignature<T> |
ImmutableSignature.copyOf(Signature<T> instance)
Creates an immutable copy of a
Signature value. |
ImmutableSignature<T> |
ImmutableSignature.withIsVarArg(boolean value)
Copy the current immutable object by setting a value for the
isVarArg attribute. |
ImmutableSignature<T> |
ImmutableSignature.withParameters(Iterable<? extends Parameter<?>> elements)
Copy the current immutable object with elements that replace the content of
parameters. |
ImmutableSignature<T> |
ImmutableSignature.withParameters(Parameter<?>... elements)
Copy the current immutable object with elements that replace the content of
parameters. |
ImmutableSignature<T> |
ImmutableSignature.withReturnType(de.flapdoodle.reflection.TypeInfo<T> value)
Copy the current immutable object by setting a value for the
returnType attribute. |
Copyright © 2024. All rights reserved.