Class TFindFirstIntConsumer

java.lang.Object
org.teavm.classlib.java.util.stream.intimpl.TFindFirstIntConsumer
All Implemented Interfaces:
IntPredicate

public class TFindFirstIntConsumer extends Object implements IntPredicate
  • Field Details

    • result

      public int result
  • Constructor Details

    • TFindFirstIntConsumer

      public TFindFirstIntConsumer()
  • Method Details

    • test

      public boolean test(int t)
      Specified by:
      test in interface IntPredicate