Class SafeComputable.Wrapper<I,O>

java.lang.Object
space.maxus.flare.util.SafeComputable.Wrapper<I,O>
All Implemented Interfaces:
org.apache.commons.lang3.concurrent.Computable<I,O>, SafeComputable<I,O>
Enclosing interface:
SafeComputable<I,O>

public static final class SafeComputable.Wrapper<I,O> extends Object implements SafeComputable<I,O>
  • Constructor Details

    • Wrapper

      public Wrapper(org.apache.commons.lang3.concurrent.Computable<I,O> computable)
  • Method Details