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