Class Constants

java.lang.Object
org.apache.commons.io.function.Constants

final class Constants extends Object
Defines package-private constants.
  • Field Details

    • IO_BI_CONSUMER

      static final IOBiConsumer IO_BI_CONSUMER
      No-op singleton.
    • IO_BI_FUNCTION

      static final IOBiFunction IO_BI_FUNCTION
      No-op singleton.
    • IO_FUNCTION_ID

      static final IOFunction IO_FUNCTION_ID
      No-op singleton.
    • IO_PREDICATE_FALSE

      static final IOPredicate<Object> IO_PREDICATE_FALSE
      Always false.
    • IO_PREDICATE_TRUE

      static final IOPredicate<Object> IO_PREDICATE_TRUE
      Always true.
    • IO_TRI_CONSUMER

      static final IOTriConsumer IO_TRI_CONSUMER
      No-op singleton.
  • Constructor Details

    • Constants

      private Constants()