Class Procedures2.ThrowingProcedure2Adapter<T,P>
- java.lang.Object
-
- org.eclipse.collections.impl.block.procedure.checked.CheckedProcedure2<T,P>
-
- org.eclipse.collections.impl.block.factory.Procedures2.ThrowingProcedure2Adapter<T,P>
-
- All Implemented Interfaces:
java.io.Serializable
,java.util.function.BiConsumer<T,P>
,Procedure2<T,P>
,ThrowingProcedure2<T,P>
- Enclosing class:
- Procedures2
private static final class Procedures2.ThrowingProcedure2Adapter<T,P> extends CheckedProcedure2<T,P>
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
private ThrowingProcedure2<T,P>
throwingProcedure2
-
Constructor Summary
Constructors Modifier Constructor Description private
ThrowingProcedure2Adapter(ThrowingProcedure2<T,P> throwingProcedure2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
safeValue(T object, P parameter)
-
Methods inherited from class org.eclipse.collections.impl.block.procedure.checked.CheckedProcedure2
value
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.collections.api.block.procedure.Procedure2
accept
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
throwingProcedure2
private final ThrowingProcedure2<T,P> throwingProcedure2
-
-
Constructor Detail
-
ThrowingProcedure2Adapter
private ThrowingProcedure2Adapter(ThrowingProcedure2<T,P> throwingProcedure2)
-
-