Class Objectionary

  • All Implemented Interfaces:
    org.cactoos.Func<String,​org.cactoos.Input>

    public final class Objectionary
    extends Object
    implements org.cactoos.Func<String,​org.cactoos.Input>
    The abstraction of the Objectionary server.
    Since:
    0.1
    • Constructor Detail

      • Objectionary

        public Objectionary()
    • Method Detail

      • apply

        public org.cactoos.Input apply​(String name)
                                throws Exception
        Specified by:
        apply in interface org.cactoos.Func<String,​org.cactoos.Input>
        Throws:
        Exception