Schnittstelle Iterator.OnIteratorFoldFunction

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

@FunctionalInterface public static interface Iterator.OnIteratorFoldFunction
  • Methodendetails

    • onIteratorFoldFunction

      boolean onIteratorFoldFunction(CallbackHandler __self, @Nonnull Value item, @Nonnull Value ret, @Nullable Pointer user_data)
      A function to be passed to gst_iterator_fold().
      Parameter:
      item - the item to fold
      ret - a #GValue collecting the result
      user_data - data passed to gst_iterator_fold()
      Gibt zurück:
      %TRUE if the fold should continue, %FALSE if it should stop.