Interface From<A>

All Superinterfaces:
DeclarationSource
All Known Subinterfaces:
From0<A>, From1<A>, From2<A,B>, From3<A,B,C>, From4<A,B,C,D>
All Known Implementing Classes:
From0Impl, From1Impl, From2Impl, From3Impl, From4Impl

public interface From<A> extends DeclarationSource
  • Method Summary

    Modifier and Type
    Method
    Description
     
    boolean
     
  • Method Details

    • getVariable

      Variable<A> getVariable()
    • isReactive

      boolean isReactive()