Schnittstelle ChildProxyInterface.OnGetChildByName

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

@FunctionalInterface public static interface ChildProxyInterface.OnGetChildByName
  • Methodendetails

    • onGetChildByName

      Object onGetChildByName(CallbackHandler __self, @Nonnull ChildProxy parent, @Nonnull Str name)
      Parameter:
      parent - the parent object to get the child from
      name - the child's name
      Gibt zurück:
      the child object or %NULL if not found.