Class Constants


  • final class Constants
    extends java.lang.Object
    Defines package-private constants.
    • Field Detail

      • 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<java.lang.Object> IO_PREDICATE_FALSE
        Always false.
      • IO_PREDICATE_TRUE

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

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

      • Constants

        private Constants()