Class TFindFirstLongConsumer

java.lang.Object
org.teavm.classlib.java.util.stream.longimpl.TFindFirstLongConsumer
All Implemented Interfaces:
LongPredicate

public class TFindFirstLongConsumer extends Object implements LongPredicate
  • Field Details

    • result

      public long result
  • Constructor Details

    • TFindFirstLongConsumer

      public TFindFirstLongConsumer()
  • Method Details

    • test

      public boolean test(long t)
      Specified by:
      test in interface LongPredicate