PARAM - The first parameter of the lambda.NEXT - The downgraded AtlanticLambdapublic interface AtlanticFunction<PARAM,NEXT extends AtlanticLambda> extends AtlanticLambda
AtlanticLambda by fixing up it's first parameter.| Modifier and Type | Method and Description |
|---|---|
NEXT |
downgrade(PARAM param)
Converts this
AtlanticFunction into another that has the same parameters save for the first one. |
NEXT downgrade(PARAM param)
AtlanticFunction into another that has the same parameters save for the first one. Invocation
of the returned AtlanticLambda will call this one with the provided parameter.param - The parameter that will be passed to this AtlanticFunction.Copyright © 2019. All rights reserved.