Interface FunctionalInterfaces.BaseExceptionConsumer<T>
-
- Type Parameters:
T- input objektum tipusa
- Enclosing class:
- FunctionalInterfaces
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface FunctionalInterfaces.BaseExceptionConsumer<T>
ConsumerBaseException-t dobó operációkhoz- See Also:
Consumer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaccept(T t)Performs this operation on the given argument.
-
-
-
Method Detail
-
accept
void accept(T t) throws hu.icellmobilsoft.coffee.dto.exception.BaseException
Performs this operation on the given argument.- Parameters:
t- the input argument- Throws:
hu.icellmobilsoft.coffee.dto.exception.BaseException- exception
-
-