Class ExceptionIgnore<T>

java.lang.Object
org.ek9lang.core.ExceptionIgnore<T>
All Implemented Interfaces:
Function<Processor<T>,T>

public class ExceptionIgnore<T> extends Object implements Function<Processor<T>,T>
Just catches exceptions and ignores them. Use carefully, typically this is for low level issues on closing io operations. Where there is little that can actually be done in terms of dealing with the exception.
  • Constructor Details

    • ExceptionIgnore

      public ExceptionIgnore()
  • Method Details