Interface KSExpectActual

  • All Implemented Interfaces:

    
    public interface KSExpectActual
    
                        

    Classes, functions, properties and typealiases can be declared as expect in common modules and actual in platform modules.

    See https://kotlinlang.org/docs/reference/platform-specific-declarations.html for more information.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Sequence<KSDeclaration> findActuals() Finds all corresponding actual implementations for this.
      abstract Sequence<KSDeclaration> findExpects() Finds all corresponding expect declarations for this.
      abstract Boolean isActual() True if this is an actual implementation.
      abstract Boolean isExpect() True if this is an expect declaration.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait