|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectsysModel.NoOpLambda
public class NoOpLambda
No operation.
| Field Summary | |
|---|---|
private static NoOpLambda |
_instance
Singleton instance. |
| Constructor Summary | |
|---|---|
private |
NoOpLambda()
Private singleton constructor. |
| Method Summary | |
|---|---|
java.lang.Object |
apply(java.lang.Object param)
Do nothing. |
static NoOpLambda |
instance()
Return singleton instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static NoOpLambda _instance
| Constructor Detail |
|---|
private NoOpLambda()
| Method Detail |
|---|
public static NoOpLambda instance()
public java.lang.Object apply(java.lang.Object param)
apply in interface ILambdaparam - ignored
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||