Package net.mtrop.doom.util
Interface WadUtils.WadConsumer
- Enclosing class:
- WadUtils
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A functional interface that describes a function that
takes a Wad and returns void, without handling any exceptions thrown by it.
- Since:
- 2.5.0
-
Method Summary
-
Method Details
-
accept
Calls this function with a Wad file.- Parameters:
wad
- the provided Wad to operate on.- Throws:
IOException
- if any I/O exception occurs.
-