Interface Inlineable<T>

Type Parameters:
T - The object to inline.

public interface Inlineable<T>
An interface that describes an Inlineable object.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • update

      T update()