com.vaadin.hilla.signals.operation.

Interface ValueOperation<T>

All Superinterfaces:

SignalOperation<T>

All Known Implementing Classes:

IncrementOperation, ListInsertOperation, ReplaceValueOperation, SetValueOperation

public interface ValueOperation<T> extends SignalOperation<T>
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface com.vaadin.hilla.signals.operation.SignalOperation

    operationId
  • Method Details

    • value

      T value()