Interface IFlagState<T>


public interface IFlagState<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
     
    default boolean
     
     
  • Method Details

    • value

      T value()
    • isBooleanValue

      default boolean isBooleanValue()
    • toBooleanIfPossible

      default boolean toBooleanIfPossible()