Package ch.njol.util

Interface NullableChecker<T>

All Superinterfaces:
Checker<T>

public interface NullableChecker<T> extends Checker<T>
  • Field Summary Link icon

    Fields
    Modifier and Type
    Field
    Description
    static final NullableChecker<Object>
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    boolean
    check(T o)
     
  • Field Details Link icon

  • Method Details Link icon

    • check Link icon

      boolean check(@Nullable T o)
      Specified by:
      check in interface Checker<T>