get

fun get(force: Boolean = false): Result<T>

Attempts to get the value of this loadable. If it isn't loaded it will try using the load method. If there is an exception thrown, or predicateLoadable returns false this will return null.

Return

the value of this loadable if it is loaded, or null if it isn't loaded.

Parameters

force

Should we ignore what predicateLoadable returns