Class ScalaFunctions.Function0Wrapper

  • All Implemented Interfaces:
    scala.Function0<scala.runtime.BoxedUnit>
    Enclosing class:
    ScalaFunctions

    public static class ScalaFunctions.Function0Wrapper
    extends scala.runtime.AbstractFunction0<scala.runtime.BoxedUnit>
    • Constructor Summary

      Constructors 
      Constructor Description
      Function0Wrapper​(java.lang.Runnable funcToWrap)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      scala.runtime.BoxedUnit apply()  
      • Methods inherited from class scala.runtime.AbstractFunction0

        apply$mcB$sp, apply$mcC$sp, apply$mcD$sp, apply$mcF$sp, apply$mcI$sp, apply$mcJ$sp, apply$mcS$sp, apply$mcV$sp, apply$mcZ$sp, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Function0Wrapper

        public Function0Wrapper​(java.lang.Runnable funcToWrap)
    • Method Detail

      • apply

        public scala.runtime.BoxedUnit apply()