001package com.ericlam.mc.bungee.hnmc.builders.function; 002 003/** 004 * @see com.ericlam.mc.bungee.hnmc.builders.CalculationBuilder#doOther(Calculation) 005 */ 006@FunctionalInterface 007public interface Calculation { 008 double cal(double result); 009}