com.dragome.forms.bindings.builders.helpers.ItemRepeaterHelper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dragome-form-bindings Show documentation
Show all versions of dragome-form-bindings Show documentation
Dragome SDK module: form bindings
The newest version!
package com.dragome.forms.bindings.builders.helpers;
public interface ItemRepeaterHelper
{
public void process(T item);
}