Interface Maygen.Consumer
-
- All Superinterfaces:
AutoCloseable,Closeable
- Enclosing class:
- Maygen
public static interface Maygen.Consumer extends Closeable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidclose()default voidconfigure(String name)voidconsume(IAtomContainer mol)
-
-
-
Method Detail
-
consume
void consume(IAtomContainer mol)
-
configure
default void configure(String name)
-
close
default void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
-