Class Gatherers

java.lang.Object
dev.pfaff.altargui.util.Gatherers

public final class Gatherers extends Object
Gatherers relies on preview features of the Java platform:
  • Gatherers refers to one or more preview APIs: Gatherer<T,A,R>.
Programs can only use Gatherers when preview features are enabled.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.
  • Constructor Details

    • Gatherers

      public Gatherers()
  • Method Details

    • intersperse

      public static <T> GathererPREVIEW<T,?,T> intersperse(T t)