Package ch.njol.util

Interface NullableChecker<T>

All Superinterfaces:
Checker<T>

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

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

    Modifier and Type
    Method
    Description
    boolean
    check(@Nullable T o)
     
  • Field Details

  • Method Details

    • check

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