Class Functional.NotNull<X>

  • All Implemented Interfaces:
    Predicate<X>
    Enclosing class:
    Functional

    public static class Functional.NotNull<X>
    extends java.lang.Object
    implements Predicate<X>
    • Constructor Summary

      Constructors 
      Constructor Description
      NotNull()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean test​(X in)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NotNull

        public NotNull()
    • Method Detail

      • test

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