Interface Computation<T>


public interface Computation<T>
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • compute

      T compute()