Class TFindFirstConsumer<T>

java.lang.Object
org.teavm.classlib.java.util.stream.impl.TFindFirstConsumer<T>
All Implemented Interfaces:
Predicate<T>

public class TFindFirstConsumer<T> extends Object implements Predicate<T>
  • Field Details

    • result

      public T result
  • Constructor Details

    • TFindFirstConsumer

      public TFindFirstConsumer()
  • Method Details

    • test

      public boolean test(T t)
      Specified by:
      test in interface Predicate<T>