|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectValueBase
FunctionBase
public abstract class FunctionBase
An abstract class providing the portion of the Function interface that comes from the Value interface. Extending this abstract base class is a convenient way for an implementation of Function to meet that part of its obligations.
Constructor Summary | |
---|---|
FunctionBase()
|
Method Summary |
---|
Methods inherited from class ValueBase |
---|
as |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface Function |
---|
apply |
Methods inherited from interface Value |
---|
as |
Constructor Detail |
---|
public FunctionBase()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |