Class Procedures.ThrowingProcedureAdapter<T>
- java.lang.Object
-
- org.eclipse.collections.impl.block.procedure.checked.CheckedProcedure<T>
-
- org.eclipse.collections.impl.block.factory.Procedures.ThrowingProcedureAdapter<T>
-
- All Implemented Interfaces:
java.io.Serializable
,java.util.function.Consumer<T>
,Procedure<T>
,ThrowingProcedure<T>
- Enclosing class:
- Procedures
private static final class Procedures.ThrowingProcedureAdapter<T> extends CheckedProcedure<T>
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
private ThrowingProcedure<T>
throwingProcedure
-
Constructor Summary
Constructors Modifier Constructor Description private
ThrowingProcedureAdapter(ThrowingProcedure<T> throwingProcedure)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
safeValue(T object)
-
Methods inherited from class org.eclipse.collections.impl.block.procedure.checked.CheckedProcedure
value
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
throwingProcedure
private final ThrowingProcedure<T> throwingProcedure
-
-
Constructor Detail
-
ThrowingProcedureAdapter
private ThrowingProcedureAdapter(ThrowingProcedure<T> throwingProcedure)
-
-
Method Detail
-
safeValue
public void safeValue(T object) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-