public abstract class IntrospectableLambda extends Object implements Supplier<Object>
| Modifier | Constructor and Description |
|---|---|
protected |
IntrospectableLambda() |
protected |
IntrospectableLambda(String lambdaFingerprint) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Object |
get() |
abstract Object |
getLambda() |
int |
hashCode() |
String |
toString() |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.