Class Functional.NotNull<X>

java.lang.Object
org.benf.cfr.reader.util.collections.Functional.NotNull<X>
All Implemented Interfaces:
Predicate<X>
Enclosing class:
Functional

public static class Functional.NotNull<X> extends Object implements Predicate<X>
  • Constructor Details

    • NotNull

      public NotNull()
  • Method Details

    • test

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