Class CheckedFunction0<R>

    • Field Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      R 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

      • CheckedFunction0

        public CheckedFunction0()
    • Method Detail

      • value

        public final R value()
        Specified by:
        value in interface Function0<R>