Class LazyRef<R>

java.lang.Object
org.infinispan.query.remote.impl.util.LazyRef<R>
All Implemented Interfaces:
Supplier<R>

public class LazyRef<R> extends Object implements Supplier<R>
Since:
9.2
  • Constructor Details

    • LazyRef

      public LazyRef(Supplier<R> supplier)
  • Method Details

    • get

      public R get()
      Specified by:
      get in interface Supplier<R>
    • available

      public boolean available()