org.reactfx.util.HexaConsumer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of richtextfx Show documentation
Show all versions of richtextfx Show documentation
FX-Text-Area for formatted text and other special effects.
package org.reactfx.util;
@FunctionalInterface
public interface HexaConsumer {
void accept(A a, B b, C c, D d, E e, F f);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy