public final class LambdaResource extends Object implements LinkResource
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
int |
toInt()
Returns lambda as an int value.
|
String |
toString() |
static LambdaResource |
valueOf(IndexedLambda lambda)
Creates a new instance with the given lambda.
|
static LambdaResource |
valueOf(int lambda)
Creates a new instance with the given index of lambda.
|
public static LambdaResource valueOf(int lambda)
lambda - index value of lambda to be assignedLambdaResource instance with the given lambdapublic static LambdaResource valueOf(IndexedLambda lambda)
lambda - lambda to be assignedLambdaResource instance with the given lambdapublic int toInt()
Copyright © 2015. All rights reserved.