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

    Modifier and Type
    Method
    Description
    operate(Object value)
    Apply some function to a value and return the result.
  • Method Details

    • operate

      Object operate(Object value)
      Apply some function to a value and return the result.