Package org.apache.bval.util
Class LazyInt
- java.lang.Object
-
- org.apache.bval.util.LazyInt
-
- All Implemented Interfaces:
IntSupplier
public class LazyInt extends Object implements IntSupplier
- Since:
- 2.0
-
-
Constructor Summary
Constructors Constructor Description LazyInt(IntSupplier init)
-
-
-
Constructor Detail
-
LazyInt
public LazyInt(IntSupplier init)
-
-
Method Detail
-
getAsInt
public int getAsInt()
- Specified by:
getAsInt
in interfaceIntSupplier
-
optional
public OptionalInt optional()
-
-