be evaluated more than once.
the lazy thread-safe singleton instantion is kinda not easy to understand to every coder, so i wanted to create a …
java thread-safety singleton instantiation lazy-evaluationI am relatively new to Haskell and I am trying to learn how different actions can be executed in sequence …
haskell lazy-evaluationIt's possible to override LAZY in HQL using LEFT JOIN FETCH. FROM Obj AS obj LEFT JOIN FETCH obj.otherObj …
hibernate hql fetch lazy-evaluation eagerI'm having trouble understanding how one creates a lazy sequence in Clojure. The documentation for the macro isn't at all …
clojure functional-programming lazy-evaluationHaskell has a magical function named seq, which takes an argument of any type and reduces it to Weak Head …
haskell lazy-evaluationJust curious: In Kotlin, I would love to get some val that can be initialized by lazy, but with a …
android kotlin immutability lazy-evaluation kotlin-lateinitI didn't understand the diffrence between Call-by-name and Call-by-need. As I understood, Call-by-need method restores the answer returned. But how …
lazy-evaluation evaluationI'd like to pull some data from a sql server with a dynamic filter. I'm using the great R package …
r lazy-evaluation dplyrI have this code: public class MyClass { public int X { get; set; } public int Y { get; set; } private Lazy<…
c# .net .net-4.0 lazy-evaluationI have a problem on Scala. I serialize an instance of class with @transient lazy val field. And then I …
scala lazy-evaluation transient