Package com.sun.corba.se.spi.orb
Interface Operation
- All Known Implementing Classes:
INSURLOperationImpl
public interface Operation
A generic class representing a function that takes a value and returns
a value. This is a building block for property parsing.
-
Method Summary
-
Method Details
-
operate
Apply some function to a value and return the result.
-