Package 

Interface DeferredBoolean


  • 
    public interface DeferredBoolean
    
                        

    A wrapper for resolving a boolean on demand.

    • Method Summary

      Modifier and Type Method Description
      abstract Boolean resolve(Context context) Resolve the boolean.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait