Package 

Class NavResult.Value

  • All Implemented Interfaces:
    com.ramcosta.composedestinations.result.NavResult

    
    public final class NavResult.Value<R extends Object>
     implements NavResult<R>
                        
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final R value
    • Constructor Summary

      Constructors 
      Constructor Description
      NavResult.Value(R value)
    • Method Summary

      Modifier and Type Method Description
      final R getValue()
      • Methods inherited from class java.lang.Object

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

      • NavResult.Value

        NavResult.Value(R value)