Class Functions0.TrueFunction

  • All Implemented Interfaces:
    java.io.Serializable, java.util.function.Supplier<java.lang.Boolean>, Function0<java.lang.Boolean>
    Enclosing class:
    Functions0

    private static final class Functions0.TrueFunction
    extends java.lang.Object
    implements Function0<java.lang.Boolean>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private TrueFunction()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Boolean value()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.eclipse.collections.api.block.function.Function0

        get
    • Constructor Detail

      • TrueFunction

        private TrueFunction()
    • Method Detail

      • value

        public java.lang.Boolean value()
        Specified by:
        value in interface Function0<java.lang.Boolean>