Schnittstelle AppInfoIface.OnEqual

Umschließende Klasse:
AppInfoIface
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

@FunctionalInterface public static interface AppInfoIface.OnEqual
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    boolean
    onEqual(CallbackHandler __self, AppInfo appinfo1, AppInfo appinfo2)
     
  • Methodendetails

    • onEqual

      boolean onEqual(CallbackHandler __self, @Nonnull AppInfo appinfo1, @Nonnull AppInfo appinfo2)
      Parameter:
      appinfo1 - the first [iface@Gio.AppInfo].
      appinfo2 - the second [iface@Gio.AppInfo].
      Gibt zurück:
      `TRUE` if @appinfo1 is equal to @appinfo2. `FALSE` otherwise.