Interface Inlineable<T>

  • Type Parameters:
    T - The object to inline.

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

      • update

        T update()